summaryrefslogtreecommitdiff
path: root/src/rust/protover
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/protover
parent2c36a02bb148e7331675f65628939dec448a8db1 (diff)
parent95b78d4178a07b9b33782a2d3193aa176a88ca80 (diff)
downloadtor-03e787e220a92996ecca1c9bc262f29ee37ececc.tar.gz
tor-03e787e220a92996ecca1c9bc262f29ee37ececc.zip
Merge branch 'maint-0.3.3'
Diffstat (limited to 'src/rust/protover')
-rw-r--r--src/rust/protover/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/protover/Cargo.toml b/src/rust/protover/Cargo.toml
index 3f70155ef8..af1089c914 100644
--- a/src/rust/protover/Cargo.toml
+++ b/src/rust/protover/Cargo.toml
@@ -7,7 +7,7 @@ name = "protover"
testing = ["tor_log/testing"]
[dependencies]
-libc = "0.2.22"
+libc = "=0.2.39"
[dependencies.smartlist]
path = "../smartlist"