From 8bf6aa20688508ab227671ba402ad4cf8bc1cde4 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 5 Nov 2019 09:26:48 -0800 Subject: [PATCH] Update 'smallvec' to '1.0'. --- core/http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/http/Cargo.toml b/core/http/Cargo.toml index 9a2241b9..4b837290 100644 --- a/core/http/Cargo.toml +++ b/core/http/Cargo.toml @@ -20,7 +20,7 @@ tls = ["rustls", "hyper-sync-rustls"] private-cookies = ["cookie/secure"] [dependencies] -smallvec = "0.6" +smallvec = "1.0" percent-encoding = "1" hyper = { version = "0.10.13", default-features = false } time = "0.1"