summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2023-01-30 14:29:23 +0100
committerLinus Färnstrand <linus@mullvad.net>2023-01-30 14:29:23 +0100
commiteb91ae2f3609841def5735c5a837d1bbd3f3fd10 (patch)
tree1ffa9a65539fe4099b9e1c5f4806a6a598bf1056
parent23d4e88dbddc6c8640da053c32fc67b2adb3d8d9 (diff)
downloadmullvadvpn-eb91ae2f3609841def5735c5a837d1bbd3f3fd10.tar.xz
mullvadvpn-eb91ae2f3609841def5735c5a837d1bbd3f3fd10.zip
Upgrade classic-mceliece-rust to 2.0.2
No really new functionality, but reduces the crate size by a lot
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e4a510edc8..31cc3094cc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -383,9 +383,9 @@ dependencies = [
[[package]]
name = "classic-mceliece-rust"
-version = "2.0.0"
+version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0022efd83c4782eb5db72d205319ecf145ae0c8f5f55987538510f0c24b39991"
+checksum = "45ce62f72a15a9071f83c5084bdf0af4e8cbf31431e79eb4a5509a2f7fe7fe5d"
dependencies = [
"rand 0.8.5",
"sha3",