Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Mar 17, 2024
1 parent cee7168 commit 5d03c77
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

6 changes: 3 additions & 3 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.80"
anyhow = "1.0.81"
byteorder = "1.5.0"
clap = { version = "3.2.25", default-features = false, features = [
"std",
Expand All @@ -23,7 +23,7 @@ coarsetime = "0.1.34"
daemonize-simple = "0.1.5"
derivative = "2.2.0"
dnsstamps = "0.1.9"
env_logger = { version = "0.11.2", default-features = false, features = [
env_logger = { version = "0.11.3", default-features = false, features = [
"humantime",
] }
futures = { version = "0.3.30", features = ["async-await"] }
Expand Down Expand Up @@ -54,7 +54,7 @@ tokio = { version = "1.36.0", features = [
"time",
"rt-multi-thread"
] }
toml = "0.8.10"
toml = "0.8.11"

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

0 comments on commit 5d03c77

Please sign in to comment.