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] [dependencies]
libdoh = { path = "src/libdoh", version = "0.9.9", default-features = false } libdoh = { path = "src/libdoh", version = "0.9.9", default-features = false }
clap = { version = "4", features = ["std", "cargo", "wrap_help", "string"] } 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 } mimalloc = { version = "0.1.43", default-features = false }
[package.metadata.generate-rpm] [package.metadata.generate-rpm]

View file

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