diff --git a/Cargo.toml b/Cargo.toml index 8ce615433..091e67dd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,7 @@ time = { version = "0.2.7", default-features = false, features = ["std"] } url = "2.1" open-ssl = { package = "openssl", version = "0.10", optional = true } rust-tls = { package = "rustls", version = "0.18.0", optional = true } -tinyvec = { version = "0.3", features = ["alloc"] } +tinyvec = { version = "1", features = ["alloc"] } [dev-dependencies] actix = "0.10.0"