diff --git a/Cargo.toml b/Cargo.toml index 7517d85..1371705 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ clickhouse-derive = { version = "0.1.1", path = "derive" } thiserror = "1.0.16" serde = "1.0.106" -bytes = "1" +bytes = "1.5.0" tokio = { version = "1.0.1", features = ["rt", "macros"] } hyper = { version = "0.14", features = ["client", "tcp", "http1", "stream"] } hyper-tls = { version = "0.5.0", optional = true }