mirror of
https://github.com/containers/netavark.git
synced 2026-02-05 06:45:56 +01:00
fix(deps): update rust crate netlink-sys to 0.8.8
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1079,9 +1079,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "netlink-sys"
|
||||
version = "0.8.7"
|
||||
version = "0.8.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23"
|
||||
checksum = "cd6c30ed10fa69cc491d491b85cc971f6bdeb8e7367b7cde2ee6cc878d583fae"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"libc",
|
||||
|
||||
@@ -47,7 +47,7 @@ rand = "0.9.2"
|
||||
sha2 = "0.10.9"
|
||||
netlink-packet-route = "0.28.0"
|
||||
netlink-packet-core = "0.8.1"
|
||||
netlink-sys = "0.8.7"
|
||||
netlink-sys = "0.8.8"
|
||||
nftables = "0.6.3"
|
||||
fs2 = "0.4.3"
|
||||
tokio = { version = "1.49.0", features = ["rt", "rt-multi-thread", "signal", "fs", "time"] }
|
||||
|
||||
Reference in New Issue
Block a user