From e00129452042d52126b43c33932fc0e2943b3ded Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 30 Sep 2020 20:36:12 +0200 Subject: [PATCH] Update deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2e58929..966523e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,10 @@ derivative = "2.1.1" dnsstamps = "0.1.4" env_logger = { version = "0.7.1", default-features = false, features = ["humantime"] } futures = { version = "0.3.5", features = ["async-await"] } -hyper = { version = "0.13.7", default_features = false, optional = true } +hyper = { version = "0.13.8", default_features = false, optional = true } ipext = "0.1.0" jemallocator = "0.3.2" -libsodium-sys-stable= "1.19.9" +libsodium-sys-stable= "1.19.10" log = { version = "0.4.11", features = ["std", "release_max_level_debug"] } socket2 = "0.3" parking_lot = "0.11"