1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-01 12:26:17 +02:00

Merge pull request #857 from containers/dependabot/cargo/crates/libbpf-sys-0.7.1v0.7.0

chore(deps): bump libbpf-sys from 0.7.0+v0.7.0 to 0.7.1+v0.7.0 in /crates
This commit is contained in:
utam0k 2022-04-20 11:30:31 +09:00 committed by GitHub
commit 9bbb2f2657
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
crates/Cargo.lock generated
View File

@ -921,9 +921,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
[[package]]
name = "libbpf-sys"
version = "0.7.0+v0.7.0"
version = "0.7.1+v0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e79b3b10387f756f66b45076306e674a929c2229be60abde0befacb02bd8eb4"
checksum = "58f827f39ef9181560ee49c82bbdc8e8441c56404f62dc6eef1384113fd4c268"
dependencies = [
"cc",
"pkg-config",

View File

@ -30,7 +30,7 @@ dbus = { version = "0.9.5", optional = true }
fixedbitset = "0.4.1"
serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "0.7.0+v0.7.0", optional = true }
libbpf-sys = { version = "0.7.1+v0.7.0", optional = true }
errno = { version = "0.2.8", optional = true }
libc = { version = "0.2.124", optional = true }