Update Rust crate bytes to 1.11.0 #114

Merged
renovate merged 1 commits from renovate/bytes-1.x into master 2025-11-15 00:09:39 +00:00

View File

@@ -27,7 +27,7 @@ chrono = "0.4.42"
futures-util = { version = "0.3.31", features = ["sink"] } futures-util = { version = "0.3.31", features = ["sink"] }
jwt-simple = { version = "0.12.13", default-features = false, features = ["pure-rust"] } jwt-simple = { version = "0.12.13", default-features = false, features = ["pure-rust"] }
actix-remote-ip = "0.1.0" actix-remote-ip = "0.1.0"
bytes = "1.10.1" bytes = "1.11.0"
sha2 = "0.11.0-rc.3" sha2 = "0.11.0-rc.3"
base16ct = { version = "0.3.0", features = ["alloc"] } base16ct = { version = "0.3.0", features = ["alloc"] }
ruma = { version = "0.13.0", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] } ruma = { version = "0.13.0", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }