diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-21 17:14:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-21 17:14:15 -0400 |
commit | f8e53a545a818ab8e710ca58a58d1b1f6e51b82a (patch) | |
tree | 8e6bd5d42be9f61a91d232d121b14158d1c6e19e /src/rust/tor_log | |
parent | 4e82441e4cc54776e9210e11cdee22dc4a337003 (diff) | |
download | tor-f8e53a545a818ab8e710ca58a58d1b1f6e51b82a.tar.gz tor-f8e53a545a818ab8e710ca58a58d1b1f6e51b82a.zip |
Update tor_log to libc 0.2.39 as well.
Diffstat (limited to 'src/rust/tor_log')
-rw-r--r-- | src/rust/tor_log/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/tor_log/Cargo.toml b/src/rust/tor_log/Cargo.toml index f31d27b045..971cd658b1 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" |