diff --git a/Cargo.lock b/Cargo.lock index b863a79..97db34d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,9 +370,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.9.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cc" diff --git a/libs/axum-ws-extractor/Cargo.toml b/libs/axum-ws-extractor/Cargo.toml index 0607e64..44c8c3a 100644 --- a/libs/axum-ws-extractor/Cargo.toml +++ b/libs/axum-ws-extractor/Cargo.toml @@ -8,7 +8,7 @@ version.workspace = true axum = { version = "0.7.9", features = ["ws", "macros"] } axum-core = { version = "0.5.0" } base64 = { version = "0.22.1" } -bytes = { version = "1.9.0" } +bytes = { version = "1.11.1" } futures-util = { version = "0.3.31", default-features = false, features = ["alloc"] } http = { version = "1.2.0" } hyper = { version = "1.5.2" }