From ce34575a04adf94f51333f574b34d27b87d6ca91 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 2 Sep 2020 15:41:04 +0200 Subject: [PATCH] Update deps, including Prometheus --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8cf114a..0701330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,21 +12,21 @@ categories = ["asynchronous", "network-programming","command-line-utilities"] readme = "README.md" [dependencies] -anyhow = "1.0.31" +anyhow = "1.0.32" byteorder = "1.3.4" -clap = { version = "2.33.1", default-features = false, features = ["wrap_help"] } +clap = { version = "2.33.3", default-features = false, features = ["wrap_help"] } clockpro-cache = "0.1.8" -coarsetime = "0.1.13" +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"] } -hyper = { version = "0.13.5", default_features = false, optional = true } +hyper = { version = "0.13.7", default_features = false, optional = true } ipext = "0.1.0" jemallocator = "0.3.2" -libsodium-sys-stable= "1.19.5" -log = { version = "0.4.8", features = ["std", "release_max_level_debug"] } +libsodium-sys-stable= "1.19.9" +log = { version = "0.4.11", features = ["std", "release_max_level_debug"] } socket2 = "0.3" parking_lot = "0.11" privdrop = "0.3.4" @@ -36,12 +36,12 @@ serde = "1.0" serde_derive = "1.0" serde-big-array = "0.3.0" siphasher = "0.3" -tokio = { version = "0.2.11", features = ["fs", "rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] } +tokio = { version = "0.2.22", features = ["fs", "rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] } toml = "0.5" [dependencies.prometheus] optional = true -version = "0.9.0" +version = "0.10.0" default_features = false features = ["process"]