aboutsummaryrefslogtreecommitdiff
path: root/src/rust/tor_allocate
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-03-21 17:05:42 -0400
committerNick Mathewson <nickm@torproject.org>2018-03-21 17:05:42 -0400
commit03e787e220a92996ecca1c9bc262f29ee37ececc (patch)
tree80d555623548c6527ae0b69c32f5c2ed504c0743 /src/rust/tor_allocate
parent2c36a02bb148e7331675f65628939dec448a8db1 (diff)
parent95b78d4178a07b9b33782a2d3193aa176a88ca80 (diff)
downloadtor-03e787e220a92996ecca1c9bc262f29ee37ececc.tar.gz
tor-03e787e220a92996ecca1c9bc262f29ee37ececc.zip
Merge branch 'maint-0.3.3'
Diffstat (limited to 'src/rust/tor_allocate')
-rw-r--r--src/rust/tor_allocate/Cargo.toml2
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"