From d8def6945ec3798ef74864677857f3150f546a17 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 19 Oct 2020 16:56:14 +0200 Subject: [PATCH] Update deps --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 966523e..eea018d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["asynchronous", "network-programming","command-line-utilities"] readme = "README.md" [dependencies] -anyhow = "1.0.32" +anyhow = "1.0.33" byteorder = "1.3.4" clap = { version = "2.33.3", default-features = false, features = ["wrap_help"] } clockpro-cache = "0.1.8" @@ -20,16 +20,16 @@ coarsetime = "0.1.16" daemonize-simple = "0.1.4" 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"] } +env_logger = { version = "0.8.1", default-features = false, features = ["humantime"] } +futures = { version = "0.3.6", features = ["async-await"] } hyper = { version = "0.13.8", default_features = false, optional = true } ipext = "0.1.0" jemallocator = "0.3.2" -libsodium-sys-stable= "1.19.10" +libsodium-sys-stable= "1.19.11" log = { version = "0.4.11", features = ["std", "release_max_level_debug"] } socket2 = "0.3" parking_lot = "0.11" -privdrop = "0.3.4" +privdrop = "0.5.0" rand = "0.7" rustc-hash = "1" serde = "1.0"