aboutsummaryrefslogtreecommitdiff
path: root/src/rust/Cargo.lock
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-03-21 17:14:15 -0400
committerNick Mathewson <nickm@torproject.org>2018-03-21 17:14:15 -0400
commitf8e53a545a818ab8e710ca58a58d1b1f6e51b82a (patch)
tree8e6bd5d42be9f61a91d232d121b14158d1c6e19e /src/rust/Cargo.lock
parent4e82441e4cc54776e9210e11cdee22dc4a337003 (diff)
downloadtor-f8e53a545a818ab8e710ca58a58d1b1f6e51b82a.tar.gz
tor-f8e53a545a818ab8e710ca58a58d1b1f6e51b82a.zip
Update tor_log to libc 0.2.39 as well.
Diffstat (limited to 'src/rust/Cargo.lock')
-rw-r--r--src/rust/Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 717add222f..91c0502c60 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -40,7 +40,7 @@ dependencies = [
name = "tor_log"
version = "0.1.0"
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)",
"tor_allocate 0.0.1",
]
@@ -58,6 +58,7 @@ version = "0.0.1"
dependencies = [
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
"tor_allocate 0.0.1",
+ "tor_log 0.1.0",
]
[metadata]