diff options
author | Isis Lovecruft <isis@torproject.org> | 2018-05-04 20:41:25 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2018-05-04 20:41:25 +0000 |
commit | f1864ff4a1e0b36e9696c2e9521ddaa071ce627e (patch) | |
tree | 3a06a44633651fa85fef8e73e31ba1f53b61b0b2 /src/rust/Cargo.lock | |
parent | 36dd2a467f602c5bb545782c4cdcc3cb7b852cad (diff) | |
download | tor-f1864ff4a1e0b36e9696c2e9521ddaa071ce627e.tar.gz tor-f1864ff4a1e0b36e9696c2e9521ddaa071ce627e.zip |
rust: Update Cargo.lock file with changes from #26024.
Diffstat (limited to 'src/rust/Cargo.lock')
-rw-r--r-- | src/rust/Cargo.lock | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index 1480cf7962..2ac32809d6 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -28,7 +28,7 @@ version = "0.0.1" dependencies = [ "external 0.0.1", "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.5.0-pre.0", + "rand 0.5.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tor_allocate 0.0.1", "tor_log 0.1.0", @@ -37,18 +37,15 @@ dependencies = [ [[package]] name = "rand" -version = "0.5.0-pre.0" +version = "0.5.0-pre.1" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "rand_core 0.1.0", + "rand_core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rand_core" version = "0.1.0" - -[[package]] -name = "rand_core" -version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -92,4 +89,5 @@ dependencies = [ [metadata] "checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff" +"checksum rand 0.5.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7d7a7728c20bfd9fcc6e713e748e787c3d00e5ffd139b3ad1b5be92c5dfbaad5" "checksum rand_core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0224284424a4b818387b58d59336c288f99b48f69681aa60cc681fe038bbca5d" |