Skip to content

Commit f09e843

Browse files
committed
Update deps
1 parent 5778a9e commit f09e843

2 files changed

Lines changed: 54 additions & 55 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
[dependencies]
1515
anyhow = "1.0.100"
1616
byteorder = "1.5.0"
17-
clap = { version = "4.5.51", default-features = false, features = [
17+
clap = { version = "4.5.53", default-features = false, features = [
1818
"std",
1919
"cargo",
2020
"wrap_help",
@@ -31,11 +31,11 @@ hyper = { version = "1.8.1", default-features = false, features = [
3131
"server",
3232
"http1",
3333
], optional = true }
34-
hyper-util = { version = "0.1.18", features = ["tokio"] }
34+
hyper-util = { version = "0.1.19", features = ["tokio"] }
3535
http-body-util = "0.1.3"
3636
ipext = "0.1.0"
37-
libsodium-sys-stable = "1.22.4"
38-
log = { version = "0.4.28", features = ["std", "release_max_level_debug"] }
37+
libsodium-sys-stable = "1.22.6"
38+
log = { version = "0.4.29", features = ["std", "release_max_level_debug"] }
3939
mimalloc = { version = "0.1.48", default-features = false }
4040
parking_lot = "0.12.5"
4141
rand = "0.9.2"

0 commit comments

Comments
 (0)