1
0
mirror of https://github.com/containers/youki synced 2024-09-14 16:10:53 +02:00

Merge pull request #2899 from containers/dependabot/cargo/patch-75beb980f0

This commit is contained in:
github-actions[bot] 2024-08-29 00:46:13 +00:00 committed by GitHub
commit be219e8c0d
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
View File

@ -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",

View File

@ -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"