From 7cb0696f3f03509c6c13984b54562cf9ce23dc28 Mon Sep 17 00:00:00 2001 From: j-k Date: Tue, 19 Oct 2021 17:32:52 +0100 Subject: [PATCH] bump minimum required deps (#85) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 992b4b6..e51478d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,13 +19,13 @@ getopts = "0.2.21" glob = "0.3" log = "0.4" mime_guess = "2.0" -once_cell = "1.5" +once_cell = "1.8" percent-encoding = "2.1" rcgen = { version = "0.8.14" } rustls = "0.20.0" tokio-rustls = "0.23.0" -tokio = { version = "1.2", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] } -url = "2.2.1" +tokio = { version = "1.12", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] } +url = "2.2.2" webpki = "0.22.0" [dev-dependencies]