[tor-commits] [tor/master] Update tor_log to libc 0.2.39 as well.

nickm at torproject.org nickm at torproject.org
Wed Mar 21 21:16:22 UTC 2018


commit f8e53a545a818ab8e710ca58a58d1b1f6e51b82a
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Mar 21 17:14:15 2018 -0400

    Update tor_log to libc 0.2.39 as well.
---
 src/rust/Cargo.lock         | 3 ++-
 src/rust/tor_log/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 717add222..91c0502c6 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]
diff --git a/src/rust/tor_log/Cargo.toml b/src/rust/tor_log/Cargo.toml
index f31d27b04..971cd658b 100644
--- a/src/rust/tor_log/Cargo.toml
+++ b/src/rust/tor_log/Cargo.toml
@@ -12,7 +12,7 @@ crate_type = ["rlib", "staticlib"]
 testing = []
 
 [dependencies]
-libc = "0.2.22"
+libc = "0.2.39"
 
 [dependencies.tor_allocate]
 path = "../tor_allocate"



More information about the tor-commits mailing list