diff --git a/Cargo.lock b/Cargo.lock index 87b37f3..825119c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -762,9 +762,9 @@ dependencies = [ [[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 = "calloop" diff --git a/dap-codec/Cargo.toml b/dap-codec/Cargo.toml index b0c3101..5a936bf 100644 --- a/dap-codec/Cargo.toml +++ b/dap-codec/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bytes = "1.9.0" +bytes = "1.10.0" dap = { version = "0.4.1-alpha1", features = ["client"] } serde_json = "1.0.138" thiserror = "2.0.11" diff --git a/transport/Cargo.toml b/transport/Cargo.toml index b4b458a..d3e5a98 100644 --- a/transport/Cargo.toml +++ b/transport/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" eyre.workspace = true crossbeam-channel.workspace = true tracing.workspace = true -bytes = "1.9.0" +bytes = "1.10.0" oneshot = { version = "0.1.8", default-features = false, features = ["std"] } serde_json.workspace = true serde.workspace = true