From 8744e21d2fb5e8f01a670b8394b1d2eb782e5231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:27:47 +0000 Subject: [PATCH] Bump libscap-bindings from 0.0.1 to 0.0.2 in the cargo-updates group Bumps the cargo-updates group with 1 update: [libscap-bindings](https://github.com/edera-dev/libscap-bindings). Updates `libscap-bindings` from 0.0.1 to 0.0.2 - [Release notes](https://github.com/edera-dev/libscap-bindings/releases) - [Changelog](https://github.com/edera-dev/libscap-bindings/blob/main/.release-plz.toml) - [Commits](https://github.com/edera-dev/libscap-bindings/commits/v0.0.2) --- updated-dependencies: - dependency-name: libscap-bindings dependency-version: 0.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"