From 9b8052084f7dd522a3b2b9e87232586793d4e64b Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 16 Sep 2020 22:35:41 -0600 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"