Skip to content

Commit b2eb589

Browse files
committed
Update deps
1 parent de04705 commit b2eb589

File tree

2 files changed

+25
-44
lines changed

2 files changed

+25
-44
lines changed

Cargo.lock

Lines changed: 20 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ categories = ["asynchronous", "network-programming", "command-line-utilities"]
1212
readme = "README.md"
1313

1414
[dependencies]
15-
anyhow = "1.0.98"
15+
anyhow = "1.0.99"
1616
byteorder = "1.5.0"
17-
clap = { version = "4.5.40", default-features = false, features = [
17+
clap = { version = "4.5.44", default-features = false, features = [
1818
"std",
1919
"cargo",
2020
"wrap_help",
@@ -31,14 +31,14 @@ hyper = { version = "1.6.0", default-features = false, features = [
3131
"server",
3232
"http1",
3333
], optional = true }
34-
hyper-util = { version = "0.1.14", features = ["tokio"] }
34+
hyper-util = { version = "0.1.16", features = ["tokio"] }
3535
http-body-util = "0.1.3"
3636
ipext = "0.1.0"
3737
libsodium-sys-stable = "1.22.3"
3838
log = { version = "0.4.27", features = ["std", "release_max_level_debug"] }
3939
mimalloc = { version = "0.1.47", default-features = false }
4040
parking_lot = "0.12.4"
41-
rand = "0.9.1"
41+
rand = "0.9.2"
4242
rlimit = "0.10.2"
4343
rustc-hash = "2.1.1"
4444
serde = "1.0.219"
@@ -48,7 +48,7 @@ sieve-cache = "1.1.5"
4848
siphasher = "1.0.1"
4949
slabigator = "0.9.5"
5050
socket2 = "0.6.0"
51-
tokio = { version = "1.46.1", features = [
51+
tokio = { version = "1.47.1", features = [
5252
"net",
5353
"io-std",
5454
"io-util",

0 commit comments

Comments
 (0)