diff --git a/Cargo.lock b/Cargo.lock index f1106ce..1a69ab7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -244,9 +244,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" [[package]] name = "cc" diff --git a/Cargo.toml b/Cargo.toml index ba9bc07..a959c02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,6 +70,6 @@ indoc = "2.0.5" mockito = "1.6.1" test-case = "3.3.1" tokio = { version = "1.43.0", features = ["test-util"]} -bytes = "1.9.0" +bytes = "1.10.0" reqwest = { version = "0.12.12", default-features = false, features = ["stream"] } pretty_assertions = "1.4.1"