|
@@ -1,21 +1,13 @@
|
|
-[root]
|
|
|
|
-name = "tor_util"
|
|
|
|
-version = "0.0.1"
|
|
|
|
-dependencies = [
|
|
|
|
- "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "tor_allocate 0.0.1",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "external"
|
|
name = "external"
|
|
version = "0.0.1"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "libc"
|
|
name = "libc"
|
|
-version = "0.2.22"
|
|
+version = "0.2.39"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -23,7 +15,7 @@ name = "protover"
|
|
version = "0.0.1"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
dependencies = [
|
|
"external 0.0.1",
|
|
"external 0.0.1",
|
|
- "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"smartlist 0.0.1",
|
|
"smartlist 0.0.1",
|
|
"tor_allocate 0.0.1",
|
|
"tor_allocate 0.0.1",
|
|
"tor_util 0.0.1",
|
|
"tor_util 0.0.1",
|
|
@@ -33,14 +25,14 @@ dependencies = [
|
|
name = "smartlist"
|
|
name = "smartlist"
|
|
version = "0.0.1"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tor_allocate"
|
|
name = "tor_allocate"
|
|
version = "0.0.1"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -51,5 +43,13 @@ dependencies = [
|
|
"tor_util 0.0.1",
|
|
"tor_util 0.0.1",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "tor_util"
|
|
|
|
+version = "0.0.1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "tor_allocate 0.0.1",
|
|
|
|
+]
|
|
|
|
+
|
|
[metadata]
|
|
[metadata]
|
|
-"checksum libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)" = "babb8281da88cba992fa1f4ddec7d63ed96280a1a53ec9b919fd37b53d71e502"
|
|
+"checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"
|