From 0a4a4b5a52d1fa51aabaee648089e4edbb4736b6 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 25 May 2022 12:29:12 +0200 Subject: [PATCH] Update deps --- Cargo.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 22dfd71..de5fd54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,40 +12,40 @@ categories = ["asynchronous", "network-programming", "command-line-utilities"] readme = "README.md" [dependencies] -anyhow = "1.0.53" +anyhow = "1.0.57" byteorder = "1.4.3" -clap = { version = "3.0.13", default-features = false, features = [ +clap = { version = "3.1.18", default-features = false, features = [ "std", "cargo", "wrap_help", ] } clockpro-cache = "0.1.10" -coarsetime = "0.1.21" +coarsetime = "0.1.22" daemonize-simple = "0.1.5" derivative = "2.2.0" dnsstamps = "0.1.9" env_logger = { version = "0.9.0", default-features = false, features = [ "humantime", ] } -futures = { version = "0.3.19", features = ["async-await"] } -hyper = { version = "0.14.16", default_features = false, features = [ +futures = { version = "0.3.21", features = ["async-await"] } +hyper = { version = "0.14.18", default_features = false, features = [ "server", "http1", ], optional = true } ipext = "0.1.0" -libsodium-sys-stable = "1.19.21" -log = { version = "0.4.14", features = ["std", "release_max_level_debug"] } +libsodium-sys-stable = "1.19.22" +log = { version = "0.4.17", features = ["std", "release_max_level_debug"] } mimalloc = { version = "0.1.29", default-features = false } socket2 = "0.4.4" parking_lot = "0.12.0" -privdrop = "0.5.1" -rand = "0.8.4" +privdrop = "0.5.2" +rand = "0.8.5" rustc-hash = "1.1.0" -serde = "1.0.136" -serde_derive = "1.0.136" +serde = "1.0.137" +serde_derive = "1.0.137" serde-big-array = "0.4.1" -siphasher = "0.3.9" -tokio = { version = "1.16.1", features = [ +siphasher = "0.3.10" +tokio = { version = "1.18.2", features = [ "net", "io-std", "io-util", @@ -54,11 +54,11 @@ tokio = { version = "1.16.1", features = [ "rt-multi-thread", "parking_lot", ] } -toml = "0.5.8" +toml = "0.5.9" [dependencies.prometheus] optional = true -version = "0.13.0" +version = "0.13.1" default_features = false [features]