From 47330ebcade881a1da7a26ee219869427e11e4bf Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 31 Jan 2023 00:00:21 +0100 Subject: [PATCH] Update deps --- src/libdoh/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libdoh/Cargo.toml b/src/libdoh/Cargo.toml index b0c2757..909f861 100644 --- a/src/libdoh/Cargo.toml +++ b/src/libdoh/Cargo.toml @@ -20,11 +20,11 @@ arc-swap = "1.6.0" base64 = "0.20.0" byteorder = "1.4.3" bytes = "1.3.0" -futures = "0.3.25" +futures = "0.3.26" hyper = { version = "0.14.23", default-features = false, features = ["server", "http1", "http2", "stream"] } -odoh-rs = "1.0.0" +odoh-rs = "1.0.1" rand = "0.8.5" -tokio = { version = "1.24.1", features = ["net", "rt-multi-thread", "time", "sync"] } +tokio = { version = "1.25.0", features = ["net", "rt-multi-thread", "time", "sync"] } tokio-rustls = { version = "0.23.4", features = ["early-data"], optional = true } rustls-pemfile = "1.0.2"