From 4b1262933b60ae4177a5f1af3429f81f0a4d8983 Mon Sep 17 00:00:00 2001 From: George Hahn Date: Fri, 1 May 2020 11:26:08 -0500 Subject: [PATCH] Update dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 049f807..8a7260b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,13 +11,13 @@ license = "MIT OR Apache-2.0" edition = "2018" [dependencies] -base64 = "0.11" +base64 = "0.12" chrono = { version = "0.4", features = ["serde"] } http = "0.2" -hyper = "0.13.1" -hyper-rustls = "0.19" +hyper = "0.13.5" +hyper-rustls = "0.20" log = "0.4" -rustls = "0.16" +rustls = "0.17" seahash = "4" serde = {version = "1.0", features = ["derive"]} serde_json = "1.0" @@ -28,7 +28,7 @@ futures = "0.3" [dev-dependencies] httptest = "0.11.1" -env_logger = "0.6" +env_logger = "0.7" tempfile = "3.1" [workspace]