diff --git a/src/libdoh/Cargo.toml b/src/libdoh/Cargo.toml index 63ce489..f60a1c4 100644 --- a/src/libdoh/Cargo.toml +++ b/src/libdoh/Cargo.toml @@ -24,7 +24,7 @@ futures = "0.3.26" hyper = { version = "0.14.24", default-features = false, features = ["server", "http1", "http2", "stream"] } odoh-rs = "1.0.1" rand = "0.8.5" -tokio = { version = "1.25.0", features = ["net", "rt-multi-thread", "time", "sync"] } +tokio = { version = "1.26.0", features = ["net", "rt-multi-thread", "time", "sync"] } tokio-rustls = { version = "0.23.4", features = ["early-data"], optional = true } rustls-pemfile = "1.0.2"