Update deps

This commit is contained in:
Frank Denis 2020-08-31 22:07:37 +02:00
parent d535650ed4
commit cf8ba631e6
2 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ tls = ["libdoh/tls"]
[dependencies]
libdoh = { path = "src/libdoh", version = "0.3.3" }
clap = "2.33.1"
clap = "2.33.3"
jemallocator = "0.3.2"
tokio = { version = "0.2.21", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }

View file

@ -15,13 +15,13 @@ default = []
tls = ["tokio-rustls"]
[dependencies]
anyhow = "1.0.31"
anyhow = "1.0.32"
byteorder = "1.3.4"
base64 = "0.12.1"
base64 = "0.12.3"
futures = "0.3.5"
hyper = { version = "0.13.5", default-features = false, features = ["stream"] }
tokio = { version = "0.2.21", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
tokio-rustls = { version = "0.13.1", optional = true }
hyper = { version = "0.13.7", 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 }
[profile.release]
codegen-units = 1