Bump minimal dependency versions

This commit is contained in:
Frank Denis 2020-04-14 19:22:49 +02:00
parent 868c41b9b8
commit 87954b5012
2 changed files with 10 additions and 10 deletions

View file

@ -17,9 +17,9 @@ tls = ["libdoh/tls"]
[dependencies]
libdoh = { path = "src/libdoh", version = "0.3" }
clap = "2"
jemallocator = "0"
tokio = { version = "0.2.13", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
clap = "2.33.0"
jemallocator = "0.3.2"
tokio = { version = "0.2.18", 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"
byteorder = "1.3"
base64 = "0.12"
futures = "0.3"
hyper = { version = "0.13", default-features = false, features = ["stream"] }
tokio = { version = "0.2.13", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
tokio-rustls = { version = "0.13", optional = true }
anyhow = "1.0.28"
byteorder = "1.3.4"
base64 = "0.12.0"
futures = "0.3.4"
hyper = { version = "0.13.4", default-features = false, features = ["stream"] }
tokio = { version = "0.2.18", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
tokio-rustls = { version = "0.13.0", optional = true }
[profile.release]
codegen-units = 1