From ab4c27ef86dab3b874480297f4421c7d86b342e7 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 6 Jun 2022 09:00:51 +0200 Subject: [PATCH] Update deps --- Cargo.toml | 2 +- src/libdoh/Cargo.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f6ad6f0..17a31ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tls = ["libdoh/tls"] [dependencies] libdoh = { path = "src/libdoh", version = "0.9.3", default-features = false } -clap = { version = "3.1.5", features = ["std", "cargo", "wrap_help"] } +clap = { version = "3.1.18", features = ["std", "cargo", "wrap_help"] } dnsstamps = "0.1.9" mimalloc = { version = "0.1.29", default-features = false } diff --git a/src/libdoh/Cargo.toml b/src/libdoh/Cargo.toml index f92f2c3..54db144 100644 --- a/src/libdoh/Cargo.toml +++ b/src/libdoh/Cargo.toml @@ -15,18 +15,18 @@ default = ["tls"] tls = ["tokio-rustls"] [dependencies] -anyhow = "1.0.55" +anyhow = "1.0.57" arc-swap = "1.5.0" base64 = "0.13.0" byteorder = "1.4.3" bytes = "1.1.0" futures = "0.3.21" hpke = "0.5.1" -hyper = { version = "0.14.17", default-features = false, features = ["server", "http1", "http2", "stream"] } +hyper = { version = "0.14.19", default-features = false, features = ["server", "http1", "http2", "stream"] } odoh-rs = "1.0.0-alpha.1" rand = "0.8.5" -tokio = { version = "1.17.0", features = ["net", "rt-multi-thread", "parking_lot", "time", "sync"] } -tokio-rustls = { version = "0.23.2", features = ["early-data"], optional = true } +tokio = { version = "1.19.1", features = ["net", "rt-multi-thread", "parking_lot", "time", "sync"] } +tokio-rustls = { version = "0.23.4", features = ["early-data"], optional = true } rustls-pemfile = "1.0.0" [profile.release]