Skip to content

Commit 08c131e

Browse files
committed
Update deps
1 parent 4d22741 commit 08c131e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/libdoh/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ default = ["tls"]
1515
tls = ["tokio-rustls"]
1616

1717
[dependencies]
18-
anyhow = "1.0.99"
19-
arc-swap = "1.7.1"
18+
anyhow = "1.0.102"
19+
arc-swap = "1.9.1"
2020
base64 = "0.22.1"
2121
byteorder = "1.5.0"
22-
bytes = "1.10.1"
23-
futures = "0.3.31"
22+
bytes = "1.11.1"
23+
futures = "0.3.32"
2424
hyper = { version = "^0.14.32", default-features = false, features = [
2525
"server",
2626
"http1",
@@ -29,10 +29,10 @@ hyper = { version = "^0.14.32", default-features = false, features = [
2929
"runtime",
3030
] }
3131
odoh-rs = "1.0.4"
32-
rand = "0.9.2"
32+
rand = "0.9.4"
3333
serde = { version = "1.0", features = ["derive"] }
3434
serde_json = "1.0"
35-
tokio = { version = "1.47.1", features = [
35+
tokio = { version = "1.52.1", features = [
3636
"net",
3737
"rt-multi-thread",
3838
"time",

0 commit comments

Comments
 (0)