1
0
mirror of https://github.com/containers/youki synced 2024-11-22 17:02:00 +01:00

Merge pull request #2971 from youki-dev/dependabot/cargo/libbpf-sys-1.5.0v1.5.0

Bump libbpf-sys from 1.4.5+v1.4.5 to 1.5.0+v1.5.0
This commit is contained in:
Yashodhan 2024-11-02 19:06:05 +05:30 committed by GitHub
commit 7e1d5277b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated

@ -1946,9 +1946,9 @@ dependencies = [
[[package]]
name = "libbpf-sys"
version = "1.4.5+v1.4.5"
version = "1.5.0+v1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cabee52b6f7e73308d6fd4f8e6bbbdcb97670f49f6e581c5897e4d2410b6019"
checksum = "2d8306b516a70a129cb6afed17c1e51e162d35aadfcc6339364addcebe32de90"
dependencies = [
"cc",
"nix 0.29.0",

@ -26,7 +26,7 @@ oci-spec = { version = "~0.7.0", features = ["runtime"] }
fixedbitset = "0.5.7"
serde = { version = "1.0", features = ["derive"] }
rbpf = { version = "0.3.0", optional = true }
libbpf-sys = { version = "1.4.5", optional = true }
libbpf-sys = { version = "1.5.0", optional = true }
errno = { version = "0.3.9", optional = true }
libc = { version = "0.2.161", optional = true }
thiserror = "1.0.66"