Update deps

This commit is contained in:
Frank Denis 2025-03-20 00:41:43 +01:00
parent 25fa6946e6
commit f0242354d3
2 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ tls = ["libdoh/tls"]
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.10" dnsstamps = "0.1.10"
mimalloc = { version = "0.1.43", default-features = false } mimalloc = { version = "0.1.44", default-features = false }
[package.metadata.generate-rpm] [package.metadata.generate-rpm]
assets = [ assets = [

View file

@ -15,13 +15,13 @@ default = ["tls"]
tls = ["tokio-rustls"] tls = ["tokio-rustls"]
[dependencies] [dependencies]
anyhow = "1.0.96" anyhow = "1.0.97"
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.10.0" bytes = "1.10.1"
futures = "0.3.31" futures = "0.3.31"
hyper = { version = "^0.14.29", default-features = false, features = [ hyper = { version = "^0.14.32", default-features = false, features = [
"server", "server",
"http1", "http1",
"http2", "http2",
@ -30,7 +30,7 @@ hyper = { version = "^0.14.29", default-features = false, features = [
] } ] }
odoh-rs = "1.0.3" odoh-rs = "1.0.3"
rand = "^0.8.5" rand = "^0.8.5"
tokio = { version = "1.43.0", features = [ tokio = { version = "1.44.1", features = [
"net", "net",
"rt-multi-thread", "rt-multi-thread",
"time", "time",