diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-01-18 09:40:40 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-01-18 09:45:05 +0100 |
| commit | df2c42059be814d11d2ce1cf649c09aa73f96268 (patch) | |
| tree | 692be3a7aff6cf3712643d12ddaa6c86f8b97a29 | |
| parent | 11f6628606031ce56d336db39b901b20f709901a (diff) | |
| download | mullvadvpn-df2c42059be814d11d2ce1cf649c09aa73f96268.tar.xz mullvadvpn-df2c42059be814d11d2ce1cf649c09aa73f96268.zip | |
Upgrade h2 to fix RUSTSEC-2024-0003
| -rw-r--r-- | Cargo.lock | 6 | ||||
| -rw-r--r-- | test/Cargo.lock | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index c63237eaaa..08baabcb60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1166,9 +1166,9 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" [[package]] name = "h2" -version = "0.3.21" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" +checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" dependencies = [ "bytes", "fnv", @@ -1176,7 +1176,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 1.9.3", + "indexmap 2.0.0", "slab", "tokio", "tokio-util", diff --git a/test/Cargo.lock b/test/Cargo.lock index b14bc30ca1..f71c833e3d 100644 --- a/test/Cargo.lock +++ b/test/Cargo.lock @@ -1058,9 +1058,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "h2" -version = "0.3.21" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" +checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" dependencies = [ "bytes", "fnv", @@ -1068,7 +1068,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 1.9.3", + "indexmap 2.0.2", "slab", "tokio", "tokio-util", |
