diff --git a/libsql/Cargo.toml b/libsql/Cargo.toml index e8a7e0f909..f0f3face51 100644 --- a/libsql/Cargo.toml +++ b/libsql/Cargo.toml @@ -18,7 +18,7 @@ tokio = { version = "1.29.1", features = ["sync"], optional = true } tokio-util = { version = "0.7", features = ["io-util", "codec"], optional = true } parking_lot = { version = "0.12.1", optional = true } hyper = { version = "0.14", features = ["client", "http1", "http2", "stream", "runtime"], optional = true } -hyper-rustls = { version = "0.25", features = ["webpki-roots"], optional = true } +hyper-rustls = { version = ">=0.25", features = ["webpki-roots"], optional = true } base64 = { version = "0.21", optional = true } serde = { version = "1", features = ["derive"], optional = true } serde_json = { version = "1", features = ["float_roundtrip"], optional = true }