diff --git a/Cargo.toml b/Cargo.toml index d82042e..2a0e059 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tls = ["libdoh/tls"] libdoh = { path = "src/libdoh", version = "0.3" } clap = "2" jemallocator = "0" -tokio = { version = "0.2.11", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] } +tokio = { version = "0.2.13", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] } [package.metadata.deb] extended-description = """\ diff --git a/src/libdoh/Cargo.toml b/src/libdoh/Cargo.toml index 11d34de..cde49a6 100644 --- a/src/libdoh/Cargo.toml +++ b/src/libdoh/Cargo.toml @@ -20,7 +20,7 @@ byteorder = "1.3" base64 = "0.12" futures = "0.3" hyper = { version = "0.13", default-features = false, features = ["stream"] } -tokio = { version = "0.2.11", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] } +tokio = { version = "0.2.13", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] } tokio-rustls = { version = "0.13", optional = true } [profile.release]