Skip to content

Commit 219fbb9

Browse files
committed
Update deps
1 parent 5778a9e commit 219fbb9

File tree

2 files changed

+45
-46
lines changed

2 files changed

+45
-46
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 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",
@@ -34,8 +34,8 @@ hyper = { version = "1.8.1", default-features = false, features = [
3434
hyper-util = { version = "0.1.18", 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.5"
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)