From 2a2474ca09711263ba429491ed908466354452d3 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Thu, 17 Sep 2020 11:09:42 -0600 Subject: [PATCH] Update `tinyvec` to 1.0 (#1689) --- 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"