diff --git a/Cargo.lock b/Cargo.lock index 1ee2ac0..77579e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1186,9 +1186,9 @@ dependencies = [ [[package]] name = "libscap-bindings" -version = "0.0.1" +version = "0.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c753e34392356d62118f8a5aafba5046669b2c0ef5ed6beda73c8d65a452dad" +checksum = "3d991de3162cf3f663f47fbd3145f01471e70975c163f2371bf42f3f06c9a597" dependencies = [ "anyhow", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index 52cf91d..6dee6e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ env_logger = "0.11.8" hyper = "1.8.0" hyper-util = "0.1.18" libc = "0.2.175" -libscap-bindings = { version = "0.0.1", default-features = false } +libscap-bindings = { version = "0.0.2", default-features = false } log = "0.4.27" nix = { version = "0.30.1", features = ["signal"] } pin-project-lite = "0.2.16"