Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 25, 2024
1 parent a86321b commit 93ce539
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["asynchronous", "network-programming", "command-line-utilities"]
readme = "README.md"

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.91"
byteorder = "1.5.0"
clap = { version = "3.2.25", default-features = false, features = [
"std",
Expand All @@ -32,21 +32,21 @@ hyper = { version = "0.14.31", default-features = false, features = [
"http1",
], optional = true }
ipext = "0.1.0"
libsodium-sys-stable = "1.21.3"
libsodium-sys-stable = "1.21.4"
log = { version = "0.4.22", features = ["std", "release_max_level_debug"] }
mimalloc = { version = "0.1.43", default-features = false }
socket2 = "0.5.7"
parking_lot = "0.12.3"
rand = "0.8.5"
rlimit = "0.10.2"
rustc-hash = "2.0.0"
serde = "1.0.210"
serde_derive = "1.0.210"
serde = "1.0.213"
serde_derive = "1.0.213"
serde-big-array = "0.5.1"
sieve-cache = "0.2.1"
siphasher = "1.0.1"
slabigator = "0.9.2"
tokio = { version = "1.40.0", features = [
tokio = { version = "1.41.0", features = [
"net",
"io-std",
"io-util",
Expand Down

0 comments on commit 93ce539

Please sign in to comment.