diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2026-02-04 09:40:53 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2026-02-04 11:32:56 +0100 |
| commit | fa2c872b65f760ed6d00562da6212bdfc2bdd2f1 (patch) | |
| tree | fbe7133c88840720074188a4cf162438b2cc5342 | |
| parent | d4c694cee56c038bffc637b5f22247ebcff7e566 (diff) | |
| download | mullvadvpn-fa2c872b65f760ed6d00562da6212bdfc2bdd2f1.tar.xz mullvadvpn-fa2c872b65f760ed6d00562da6212bdfc2bdd2f1.zip | |
Upgrade `bytes` to version with fix for RUSTSEC-2026-0007
| -rw-r--r-- | test/Cargo.lock | 4 | ||||
| -rw-r--r-- | test/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/Cargo.lock b/test/Cargo.lock index d407fd94a6..8691fce59d 100644 --- a/test/Cargo.lock +++ b/test/Cargo.lock @@ -316,9 +316,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.1" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "camellia" diff --git a/test/Cargo.toml b/test/Cargo.toml index 7f410968f1..b9373459f9 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -16,7 +16,7 @@ license = "GPL-3.0-only" [workspace.dependencies] async-trait = "0.1.58" -bytes = "1.3.0" +bytes = "1.11.1" chrono = { version = "0.4.26", default-features = false } clap = { version = "4.2.7", features = ["cargo", "derive"] } colored = "2.0.0" |
