Update some base versions

This commit is contained in:
Frank Denis 2020-12-12 23:20:49 +01:00
parent 2b706345a4
commit 1174d2c5b7
2 changed files with 5 additions and 5 deletions

View file

@ -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 = """\

View file

@ -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