X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=lab1_rust%2FCargo.lock;h=7f3c078fc1dabf2dde4981da02d6203bf98328d9;hb=9cdc634f2ce4d0e88f4d3af1d6f555a5449da189;hp=9dcb78290180686dffa5845327f2bec93a36e22e;hpb=1b5d7e2cc71922a5f2b3100fb8dbec65ffdc62e6;p=crypto_lab1.git diff --git a/lab1_rust/Cargo.lock b/lab1_rust/Cargo.lock index 9dcb782..7f3c078 100644 --- a/lab1_rust/Cargo.lock +++ b/lab1_rust/Cargo.lock @@ -8,7 +8,7 @@ dependencies = [ [[package]] name = "openssl" version = "0.2.2" -source = "git+https://github.com/sfackler/rust-openssl.git#2901c279ab154933385fda86c620f87d3392a36d" +source = "git+https://github.com/sfackler/rust-openssl.git#6cdd2cf577434ca3473c217e8a272ee965ef131f" dependencies = [ "openssl-sys 0.2.2 (git+https://github.com/sfackler/rust-openssl.git)", ] @@ -16,7 +16,7 @@ dependencies = [ [[package]] name = "openssl-sys" version = "0.2.2" -source = "git+https://github.com/sfackler/rust-openssl.git#2901c279ab154933385fda86c620f87d3392a36d" +source = "git+https://github.com/sfackler/rust-openssl.git#6cdd2cf577434ca3473c217e8a272ee965ef131f" dependencies = [ "pkg-config 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ]