diff options
| author | Linus Färnstrand <faern@faern.net> | 2022-08-30 10:46:10 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-09-07 09:34:13 +0200 |
| commit | d6ec6a76c4e8f03c2e98e6c8e8db68730bd0f3eb (patch) | |
| tree | f116205630cfd22600c172a926d233f4c02b5752 /Cargo.lock | |
| parent | 98e1e43eb80325839298ccae27aa08c36bc285c4 (diff) | |
| download | mullvadvpn-d6ec6a76c4e8f03c2e98e6c8e8db68730bd0f3eb.tar.xz mullvadvpn-d6ec6a76c4e8f03c2e98e6c8e8db68730bd0f3eb.zip | |
Upgrade the classic-mceliece-rust library
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 67f5fb0a34..3ede836099 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -344,11 +344,13 @@ dependencies = [ [[package]] name = "classic-mceliece-rust" -version = "1.0.1" -source = "git+https://github.com/mullvad/classic-mceliece-rust?rev=5130d9e3bfbf54735177e15636a643366c250b78#5130d9e3bfbf54735177e15636a643366c250b78" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0022efd83c4782eb5db72d205319ecf145ae0c8f5f55987538510f0c24b39991" dependencies = [ "rand 0.8.5", "sha3", + "zeroize", ] [[package]] |
