From 9bbefc42e8e1fc5bcda77a4edc2f73cad9a3d4d3 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 29 Oct 2021 19:54:23 +0200 Subject: [PATCH] Update deps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 105f433..4dbf651 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,21 +22,21 @@ derivative = "2.2.0" dnsstamps = "0.1.9" env_logger = { version = "0.9.0", default-features = false, features = ["humantime"] } futures = { version = "0.3.17", features = ["async-await"] } -hyper = { version = "0.14.13", default_features = false, features = ["server", "http1"], optional = true } +hyper = { version = "0.14.14", default_features = false, features = ["server", "http1"], optional = true } ipext = "0.1.0" jemallocator = "0.3.2" -libsodium-sys-stable= "1.19.18" +libsodium-sys-stable= "1.19.19" log = { version = "0.4.14", features = ["std", "release_max_level_debug"] } socket2 = "0.4.2" parking_lot = "0.11.2" -privdrop = "0.5.0" +privdrop = "0.5.1" rand = "0.8.4" rustc-hash = "1.1.0" serde = "1.0.130" serde_derive = "1.0.130" serde-big-array = "0.3.2" siphasher = "0.3.7" -tokio = { version = "1.12.0", features = ["net", "io-std", "io-util", "fs", "time", "rt-multi-thread", "parking_lot"] } +tokio = { version = "1.13.0", features = ["net", "io-std", "io-util", "fs", "time", "rt-multi-thread", "parking_lot"] } toml = "0.5.8" [dependencies.prometheus]