Skip to content

Commit 50e0b6f

Browse files
committed
Update deps
1 parent 30afa11 commit 50e0b6f

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

Cargo.lock

Lines changed: 12 additions & 13 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.54", default-features = false, features = [
17+
clap = { version = "4.5.57", default-features = false, features = [
1818
"std",
1919
"cargo",
2020
"wrap_help",
@@ -31,7 +31,7 @@ hyper = { version = "1.8.1", default-features = false, features = [
3131
"server",
3232
"http1",
3333
], optional = true }
34-
hyper-util = { version = "0.1.19", features = ["tokio"] }
34+
hyper-util = { version = "0.1.20", features = ["tokio"] }
3535
http-body-util = "0.1.3"
3636
ipext = "0.1.0"
3737
libsodium-sys-stable = "1.23.2"
@@ -45,9 +45,9 @@ serde = "1.0.228"
4545
serde_derive = "1.0.228"
4646
serde-big-array = "0.5.1"
4747
sieve-cache = "1.1.6"
48-
siphasher = "1.0.1"
48+
siphasher = "1.0.2"
4949
slabigator = "0.9.5"
50-
socket2 = "0.6.1"
50+
socket2 = "0.6.2"
5151
tokio = { version = "1.49.0", features = [
5252
"net",
5353
"io-std",

0 commit comments

Comments
 (0)