From c6af6c30a3aa9d743a3bbcb34110adddeb893999 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 22 Jul 2021 12:21:22 +0200 Subject: [PATCH] Update deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3f4a238..79ace71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ derivative = "2.2.0" dnsstamps = "0.1.7" env_logger = { version = "0.9.0", default-features = false, features = ["humantime"] } futures = { version = "0.3.15", features = ["async-await"] } -hyper = { version = "0.14.10", default_features = false, features = ["server", "http1"], optional = true } +hyper = { version = "0.14.11", default_features = false, features = ["server", "http1"], optional = true } ipext = "0.1.0" jemallocator = "0.3.2" libsodium-sys-stable= "1.19.18" @@ -36,7 +36,7 @@ serde = "1.0.126" serde_derive = "1.0.126" serde-big-array = "0.3.2" siphasher = "0.3.5" -tokio = { version = "1.8.2", features = ["net", "io-std", "io-util", "fs", "time", "rt-multi-thread", "parking_lot"] } +tokio = { version = "1.9.0", features = ["net", "io-std", "io-util", "fs", "time", "rt-multi-thread", "parking_lot"] } toml = "0.5.8" [dependencies.prometheus]