From 673d2c5c354983de29d9faa8d6e6390004513237 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 1 Apr 2020 23:50:42 +0200 Subject: [PATCH] Update deps to force a tokio update --- Cargo.toml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5015b87..780cda8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,36 +12,36 @@ categories = ["asynchronous", "network-programming","command-line-utilities"] readme = "README.md" [dependencies] -anyhow = "1.0" -byteorder = "1.3" -clap = { version="2.33", default-features = false, features=["wrap_help", "nightly"] } +anyhow = "1.0.28" +byteorder = "1.3.4" +clap = { version = "2.33.0", default-features = false, features = ["wrap_help", "nightly"] } clockpro-cache = "0.1.8" coarsetime = "0.1.12" daemonize-simple = "0.1.4" -derivative = "2.0.2" +derivative = "2.1.0" dnsstamps = "0.1.3" env_logger = { version = "0.7.1", default-features = false, features = ["humantime"] } -futures = { version = "0.3", features = ["async-await"] } -hyper = { version = "0.13", default_features = false, optional = true } -ipext = "0.1" -jemallocator = "0.3" -libsodium-sys-stable="1.19" +futures = { version = "0.3.4", features = ["async-await"] } +hyper = { version = "0.13.4", default_features = false, optional = true } +ipext = "0.1.0" +jemallocator = "0.3.2" +libsodium-sys-stable= "1.19.4" log = { version = "0.4.8", features = ["std", "release_max_level_debug"] } net2 = "0.2.33" -parking_lot = "0.10" +parking_lot = "0.10.0" privdrop = "0.3.4" -rand = "0.7" -rustc-hash = "1" -serde = "1.0" -serde_derive = "1.0" -serde-big-array = "0.2" -siphasher = "0.3" +rand = "0.7.3" +rustc-hash = "1.1.0" +serde = "1.0.105" +serde_derive = "1.0.105" +serde-big-array = "0.2.0" +siphasher = "0.3.2" tokio = { version = "0.2.13", features = ["fs", "rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] } -toml = "0.5" +toml = "0.5.6" [dependencies.prometheus] optional = true -version = "0.8" +version = "0.8.0" default_features = false features = ["process"]