mirror of
https://github.com/containers/youki
synced 2024-11-23 09:21:57 +01:00
chore(deps): bump libbpf-sys in /crates
Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys) from 0.7.0+v0.7.0 to 0.7.1+v0.7.0. - [Release notes](https://github.com/libbpf/libbpf-sys/releases) - [Commits](https://github.com/libbpf/libbpf-sys/commits) --- updated-dependencies: - dependency-name: libbpf-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e8a1a751e0
commit
a5fbcf4baa
4
crates/Cargo.lock
generated
4
crates/Cargo.lock
generated
@ -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",
|
||||
|
@ -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 }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user