aboutsummaryrefslogtreecommitdiff
path: root/src/rust/Cargo.lock
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2018-05-15 02:02:02 +0000
committerIsis Lovecruft <isis@torproject.org>2018-05-15 17:48:57 +0000
commit9988882c6399b9b54d50f22617f3358bec4cb89b (patch)
tree55e9dbfae6b2a3080be4fad205e28f211f584a4c /src/rust/Cargo.lock
parent2ac849da36ade48ae1d8cd7e1546549615785ae3 (diff)
downloadtor-9988882c6399b9b54d50f22617f3358bec4cb89b.tar.gz
tor-9988882c6399b9b54d50f22617f3358bec4cb89b.zip
rust: Move rand crate into crypto parent crate.
Diffstat (limited to 'src/rust/Cargo.lock')
-rw-r--r--src/rust/Cargo.lock17
1 files changed, 4 insertions, 13 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index ddbc0ac2b7..769e2c39c5 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -5,7 +5,11 @@ dependencies = [
"digest 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"external 0.0.1",
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
+ "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)",
"smartlist 0.0.1",
+ "tor_allocate 0.0.1",
+ "tor_log 0.1.0",
]
[[package]]
@@ -51,19 +55,6 @@ dependencies = [
[[package]]
name = "rand"
-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.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",
- "tor_util 0.0.1",
-]
-
-[[package]]
-name = "rand"
version = "0.5.0-pre.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [