aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-05-15 19:31:17 -0700
committerJake McGinty <me@jake.su>2018-05-15 19:31:17 -0700
commitfc76d67a4f7b6ce537aa69e4c670c71071b1ede0 (patch)
treed0a405e5f9ba4a284a725dc2b7019606a3a4db2c /Cargo.lock
parentglobal: upgrade snow, x25519-dalek and related deps (diff)
downloadwireguard-rs-fc76d67a4f7b6ce537aa69e4c670c71071b1ede0.tar.xz
wireguard-rs-fc76d67a4f7b6ce537aa69e4c670c71071b1ede0.zip
deps: upgrade to subtle 0.6
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0bb3d48..9dae82f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1465,7 +1465,7 @@ dependencies = [
"socket2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"structopt 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"structopt-derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "subtle 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "subtle 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",