diff --git a/Cargo.lock b/Cargo.lock index aad960ca2..0742d4b05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1456,8 +1456,7 @@ dependencies = [ [[package]] name = "nftables" version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10abe0d631f93f30c3600ecb4ddd21561bcc6bac1837db11cda9c1c922207e7" +source = "git+https://github.com/namib-project/nftables-rs.git?rev=1b0c60b#1b0c60ba287cbfc65546d86fbf07d6f26dbeba24" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index a4380844d..2b47e2b1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ sha2 = "0.10.8" netlink-packet-utils = "0.5.2" netlink-packet-route = "0.18.1" netlink-packet-core = "0.7.0" -nftables = "0.2.4" +nftables = { git = "https://github.com/namib-project/nftables-rs.git", rev = "1b0c60b" } fs2 = "0.4.3" netlink-sys = "0.8.5" tokio = { version = "1.35", features = ["rt", "rt-multi-thread", "signal", "fs"] }