From 1925cb44bbd532d6a92f18c2e4b6eae0c9da2fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 00:34:02 +0000 Subject: [PATCH] Bump libbpf-sys from 1.4.3+v1.4.5 to 1.4.5+v1.4.5 in the patch group Bumps the patch group with 1 update: [libbpf-sys](https://github.com/libbpf/libbpf-sys). Updates `libbpf-sys` from 1.4.3+v1.4.5 to 1.4.5+v1.4.5 - [Release notes](https://github.com/libbpf/libbpf-sys/releases) - [Commits](https://github.com/libbpf/libbpf-sys/commits/1.4.3+v1.4.5) --- updated-dependencies: - dependency-name: libbpf-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/libcgroups/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c1cffa4..c43c1343 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1952,9 +1952,9 @@ dependencies = [ [[package]] name = "libbpf-sys" -version = "1.4.3+v1.4.5" +version = "1.4.5+v1.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef4996061dea5bd75d12b149b37d84ce7bfd0246997aa5ccc4fdd97ea8f72ee3" +checksum = "5cabee52b6f7e73308d6fd4f8e6bbbdcb97670f49f6e581c5897e4d2410b6019" dependencies = [ "cc", "nix 0.29.0", diff --git a/crates/libcgroups/Cargo.toml b/crates/libcgroups/Cargo.toml index ca098e1e..9aaeabed 100644 --- a/crates/libcgroups/Cargo.toml +++ b/crates/libcgroups/Cargo.toml @@ -26,7 +26,7 @@ oci-spec = { version = "~0.6.8", features = ["runtime"] } fixedbitset = "0.5.7" serde = { version = "1.0", features = ["derive"] } rbpf = { version = "0.2.0", optional = true } -libbpf-sys = { version = "1.4.3", optional = true } +libbpf-sys = { version = "1.4.5", optional = true } errno = { version = "0.3.9", optional = true } libc = { version = "0.2.158", optional = true } thiserror = "1.0.63"