Skip to content

Commit

Permalink
fix(deps): update rust crate clap to ~4.5.20
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent d02a620 commit e848ea5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ deps-serde = ["chrono/serde", "url/serde"]

[dependencies]
anyhow = "1.0.89"
clap = { version = "~4.4.12", features = ["derive", "env"] }
clap = { version = "~4.5.20", features = ["derive", "env"] }
env_logger = "0.11.5"
ipnet = { version = "2.9.0", features = ["serde"] }
iptables = "0.5.2"
Expand Down

0 comments on commit e848ea5

Please sign in to comment.