diff --git a/Cargo.lock b/Cargo.lock index 1c258b8a0..c26ea325c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -885,9 +885,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" [[package]] name = "bzip2" @@ -3225,7 +3225,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index cc5484a89..2bcd5af59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ backoff = { version = "0.4", features = ["tokio"] } base64 = "0.22" billboard = "0.2" buildstructor = "0.5.4" -bytes = "1.7.1" +bytes = "1.8.0" cargo_metadata = "0.18" calm_io = "0.1" camino = "1" diff --git a/crates/rover-http/Cargo.toml b/crates/rover-http/Cargo.toml index 3452ce43c..826d09352 100644 --- a/crates/rover-http/Cargo.toml +++ b/crates/rover-http/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] buildstructor = { workspace = true } -bytes = "1.7.1" +bytes = "1.8.0" derive-getters = { workspace = true } futures = { workspace = true } http = { workspace = true }