Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 19, 2024
1 parent 6d4e102 commit 99e7391
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 66 deletions.
113 changes: 56 additions & 57 deletions Cargo.lock

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

18 changes: 9 additions & 9 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.86"
anyhow = "1.0.89"
byteorder = "1.5.0"
clap = { version = "3.2.25", default-features = false, features = [
"std",
Expand All @@ -23,38 +23,38 @@ coarsetime = "0.1.34"
daemonize-simple = "0.1.5"
derivative = "2.2.0"
dnsstamps = "0.1.9"
env_logger = { version = "0.11.3", default-features = false, features = [
env_logger = { version = "0.11.5", default-features = false, features = [
"humantime",
] }
futures = { version = "0.3.30", features = ["async-await"] }
hyper = { version = "0.14.29", default-features = false, features = [
hyper = { version = "0.14.30", default-features = false, features = [
"server",
"http1",
], optional = true }
ipext = "0.1.0"
libsodium-sys-stable = "1.20.9"
libsodium-sys-stable = "1.21.2"
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.1"
rlimit = "0.10.2"
rustc-hash = "2.0.0"
serde = "1.0.203"
serde_derive = "1.0.203"
serde = "1.0.210"
serde_derive = "1.0.210"
serde-big-array = "0.5.1"
sieve-cache = "0.2.1"
siphasher = "1.0.1"
slabigator = "0.9.2"
tokio = { version = "1.38.1", features = [
tokio = { version = "1.40.0", features = [
"net",
"io-std",
"io-util",
"fs",
"time",
"rt-multi-thread"
] }
toml = "0.8.14"
toml = "0.8.19"

[target.'cfg(target_family = "unix")'.dependencies]
privdrop = "0.5.4"
Expand Down

0 comments on commit 99e7391

Please sign in to comment.