diff --git a/Cargo.toml b/Cargo.toml index bc6af46..6c00cd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ A lightweight, high-performance string manipulation library optimized for speed- """ [dependencies] -bytes = "1.8.0" +bytes = "1.10.0" serde = { version = "1.0", optional = true, default-features = false, features = ["alloc"] } [features]