diff --git a/Cargo.toml b/Cargo.toml index 4221fcac..daba8882 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ hyper-util = { version = "=0.1.12", default-features = false, features = ["clien hyper-rustls = { version = "=0.27.6", default-features = false, features = ["http1", "tls12", "webpki-tokio", "ring"] } http-body-util = "=0.1.3" tokio = { version = "=1.45.0", default-features = false, features = ["rt", "net", "time"] } -bytes = "=1.10.1" +bytes = "=1.12.1" [target.'cfg(not(target_os = "macos"))'.dependencies] sys-locale = "=0.3.2"