Skip to content

Commit

Permalink
fix(deps): update rust crate ipnet to 2.10.1
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 Nov 8, 2024
1 parent e5e5d43 commit a9dcf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ deps-serde = ["chrono/serde", "url/serde"]
anyhow = "1.0.93"
clap = { version = "~4.5.20", features = ["derive", "env"] }
env_logger = "0.11.5"
ipnet = { version = "2.9.0", features = ["serde"] }
ipnet = { version = "2.10.1", features = ["serde"] }
iptables = "0.5.2"
libc = "0.2.157"
log = "0.4.22"
Expand Down

0 comments on commit a9dcf42

Please sign in to comment.