summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-07-09 17:23:28 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-07-10 13:36:30 +0200
commitdb0a74516a8cdfe68094084ff36f8cd0ce2f8c78 (patch)
treeb02e94b3445aa14189508dc8bd6142d6c9d17aeb /Cargo.lock
parenteedff7586befae446c478357e15d2633eea2a28a (diff)
downloadmullvadvpn-db0a74516a8cdfe68094084ff36f8cd0ce2f8c78.tar.xz
mullvadvpn-db0a74516a8cdfe68094084ff36f8cd0ce2f8c78.zip
Upgrade rand to 0.7.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 213fd1343a..f092929b75 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1173,7 +1173,7 @@ dependencies = [
"mullvad-rpc 0.1.0",
"mullvad-types 0.1.0",
"parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2310,7 +2310,7 @@ dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"ipnetwork 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
"x25519-dalek 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
]