diff options
author | Isis Lovecruft <isis@torproject.org> | 2018-03-14 21:25:52 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-21 17:04:28 -0400 |
commit | 00a473733d78f15d59c48d3244d7fc8302c8314c (patch) | |
tree | a34c27288f77ee97dc35fb92bd4ec570638e4cdf /src/rust/tor_allocate | |
parent | 97993943755fb1670fca6d216565adb69db2687b (diff) | |
download | tor-00a473733d78f15d59c48d3244d7fc8302c8314c.tar.gz tor-00a473733d78f15d59c48d3244d7fc8302c8314c.zip |
maint: Update Rust libc dependency from 0.2.22 to 0.2.39.
Requires the update/libc-0.2.39 branch from
https://github.com/isislovecruft/tor-rust-dependencies to be merged
first.
Diffstat (limited to 'src/rust/tor_allocate')
-rw-r--r-- | src/rust/tor_allocate/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/tor_allocate/Cargo.toml b/src/rust/tor_allocate/Cargo.toml index ceb08b78ab..468425f115 100644 --- a/src/rust/tor_allocate/Cargo.toml +++ b/src/rust/tor_allocate/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" name = "tor_allocate" [dependencies] -libc = "0.2.22" +libc = "=0.2.39" [lib] name = "tor_allocate" |