diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-06-19 13:19:16 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-06-19 14:32:58 +0200 |
| commit | 818f00121815954e26886e85628545d0ec2f3c2e (patch) | |
| tree | 306563f9941667ca5e44e80a9ad0f6f92b8c058d /test | |
| parent | 3c11b35888668ac0f10e763603cab4f5c0035e52 (diff) | |
| download | mullvadvpn-818f00121815954e26886e85628545d0ec2f3c2e.tar.xz mullvadvpn-818f00121815954e26886e85628545d0ec2f3c2e.zip | |
Bump curve25519-dalek
This update fixes RUSTSEC-2024-0344.
Diffstat (limited to 'test')
| -rw-r--r-- | test/Cargo.lock | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/test/Cargo.lock b/test/Cargo.lock index 4bd2b4796f..e3e85a0be0 100644 --- a/test/Cargo.lock +++ b/test/Cargo.lock @@ -634,15 +634,14 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "4.1.2" +version = "4.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348" +checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" dependencies = [ "cfg-if", "cpufeatures", "curve25519-dalek-derive", "fiat-crypto", - "platforms", "rustc_version", "subtle", "zeroize", @@ -2305,12 +2304,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] -name = "platforms" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" - -[[package]] name = "plist" version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
