summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-04-03 18:48:10 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-04-03 18:50:45 +0200
commit2a19afb8659e081695ebdc5402e9605dbb50e5af (patch)
treec4ac8f1ef163b766266f816f92379e72de1652e5 /Cargo.lock
parenta9ca727cab50c0c91098a7ef8aea79f5f62a1f5c (diff)
Pin dependencies to keep our MSRV stable.
- Our previous approach of constraining the version using "< 0.1.10" no longer worked, and resulted in two versions of the crate being selected, one of which exceeded our MSRV. - Same for socket2.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ee41efca..2c6e151e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1673,6 +1673,7 @@ dependencies = [
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"sequoia-core 0.15.0",
"sequoia-openpgp 0.15.0",
+ "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",