From 1174d2c5b780418dee92769315c32f61c65e755b Mon Sep 17 00:00:00 2001 From: Frank Denis <github@pureftpd.org> Date: Sat, 12 Dec 2020 23:20:49 +0100 Subject: [PATCH] Update some base versions --- Cargo.toml | 2 +- src/libdoh/Cargo.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c5b9a78..e09c742 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tls = ["libdoh/tls"] libdoh = { path = "src/libdoh", version = "0.3.3" } clap = "2.33.3" jemallocator = "0.3.2" -tokio = { version = "0.2.21", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] } +tokio = { version = "0.2.24", 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 9c2514f..5a3dcc8 100644 --- a/src/libdoh/Cargo.toml +++ b/src/libdoh/Cargo.toml @@ -15,13 +15,13 @@ default = [] tls = ["tokio-rustls"] [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.35" byteorder = "1.3.4" base64 = "0.13.0" -futures = "0.3.5" +futures = "0.3.8" hyper = { version = "0.13.9", default-features = false, features = ["stream"] } -tokio = { version = "0.2.22", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] } -tokio-rustls = { version = "0.14.1", optional = true } +tokio = { version = "0.2.24", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] } +tokio-rustls = { version = "0.15.0", optional = true } [profile.release] codegen-units = 1