Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yaa110 committed Sep 18, 2023
1 parent 3a24f42 commit 403afe0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ license = "MIT"
name = "iptables"
readme = "README.md"
repository = "https://github.com/yaa110/rust-iptables"
version = "0.5.0"
version = "0.5.1"

[lib]
name = "iptables"

[dependencies]
lazy_static = "1.4"
nix = "0.23"
regex = "1.4"
lazy_static = "1"
nix = {version = "0.27", features = ["fs"]}
regex = "1"

0 comments on commit 403afe0

Please sign in to comment.