Update deps

This commit is contained in:
Frank Denis 2021-01-27 20:21:17 +01:00
parent c176eeff5f
commit 741d28557d
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" } libdoh = { path = "src/libdoh", version = "0.3.3" }
clap = "2.33.3" clap = "2.33.3"
jemallocator = "0.3.2" jemallocator = "0.3.2"
tokio = { version = "1.0.1", features = ["net", "rt-multi-thread", "parking_lot"] } tokio = { version = "1.0.2", features = ["net", "rt-multi-thread", "parking_lot"] }
[package.metadata.deb] [package.metadata.deb]
extended-description = """\ extended-description = """\

View file

@ -15,12 +15,12 @@ default = ["tls"]
tls = ["tokio-rustls"] tls = ["tokio-rustls"]
[dependencies] [dependencies]
anyhow = "1.0.37" anyhow = "1.0.38"
byteorder = "1.3.4" byteorder = "1.4.2"
base64 = "0.13.0" base64 = "0.13.0"
futures = "0.3.8" futures = "0.3.12"
hyper = { version = "0.14.2", default-features = false, features = ["server", "http1", "http2", "stream"] } hyper = { version = "0.14.2", default-features = false, features = ["server", "http1", "http2", "stream"] }
tokio = { version = "1.0.1", features = ["net", "rt-multi-thread", "parking_lot"] } tokio = { version = "1.0.2", features = ["net", "rt-multi-thread", "parking_lot"] }
tokio-rustls = { version = "0.22.0", optional = true } tokio-rustls = { version = "0.22.0", optional = true }
[profile.release] [profile.release]