Update deps

This commit is contained in:
Frank Denis 2025-02-20 20:37:23 +01:00
parent 672d1a11f1
commit 2254632d33
2 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ tls = ["libdoh/tls"]
[dependencies]
libdoh = { path = "src/libdoh", version = "0.9.9", default-features = false }
clap = { version = "4", features = ["std", "cargo", "wrap_help", "string"] }
dnsstamps = "0.1.9"
dnsstamps = "0.1.10"
mimalloc = { version = "0.1.43", default-features = false }
[package.metadata.generate-rpm]

View file

@ -15,12 +15,12 @@ default = ["tls"]
tls = ["tokio-rustls"]
[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.96"
arc-swap = "1.7.1"
base64 = "0.22.1"
byteorder = "1.5.0"
bytes = "1.6.0"
futures = "0.3.30"
bytes = "1.10.0"
futures = "0.3.31"
hyper = { version = "^0.14.29", default-features = false, features = [
"server",
"http1",
@ -29,8 +29,8 @@ hyper = { version = "^0.14.29", default-features = false, features = [
"runtime",
] }
odoh-rs = "1.0.3"
rand = "0.8.5"
tokio = { version = "1.38.0", features = [
rand = "^0.8.5"
tokio = { version = "1.43.0", features = [
"net",
"rt-multi-thread",
"time",