genpolicy: update Cargo.lock to fix CVE-2025-53605

Fixes: https://github.com/kata-containers/kata-containers/security/dependabot/394
Fixes: #11570

Signed-off-by: Tim Zhang <tim@hyper.sh>
Signed-off-by: Fabiano Fidêncio <fidencio@northflank.com>
This commit is contained in:
Tim Zhang
2025-07-18 16:10:52 +02:00
committed by Fabiano Fidêncio
parent fa9ff1b299
commit 45b44742de

View File

@@ -823,7 +823,7 @@ dependencies = [
"oci-client", "oci-client",
"oci-spec", "oci-spec",
"openssl", "openssl",
"protobuf 3.7.2", "protobuf",
"protocols", "protocols",
"regex", "regex",
"serde", "serde",
@@ -1303,6 +1303,17 @@ dependencies = [
"windows-sys 0.45.0", "windows-sys 0.45.0",
] ]
[[package]]
name = "io-uring"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
dependencies = [
"bitflags 2.4.1",
"cfg-if",
"libc",
]
[[package]] [[package]]
name = "ipnet" name = "ipnet"
version = "2.11.0" version = "2.11.0"
@@ -1990,12 +2001,6 @@ dependencies = [
"prost 0.11.9", "prost 0.11.9",
] ]
[[package]]
name = "protobuf"
version = "2.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]] [[package]]
name = "protobuf" name = "protobuf"
version = "3.7.2" version = "3.7.2"
@@ -2007,15 +2012,6 @@ dependencies = [
"thiserror 1.0.40", "thiserror 1.0.40",
] ]
[[package]]
name = "protobuf-codegen"
version = "2.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "033460afb75cf755fcfc16dfaed20b86468082a2ea24e05ac35ab4a099a017d6"
dependencies = [
"protobuf 2.28.0",
]
[[package]] [[package]]
name = "protobuf-codegen" name = "protobuf-codegen"
version = "3.7.2" version = "3.7.2"
@@ -2024,7 +2020,7 @@ checksum = "5d3976825c0014bbd2f3b34f0001876604fe87e0c86cd8fa54251530f1544ace"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"once_cell", "once_cell",
"protobuf 3.7.2", "protobuf",
"protobuf-parse", "protobuf-parse",
"regex", "regex",
"tempfile", "tempfile",
@@ -2040,7 +2036,7 @@ dependencies = [
"anyhow", "anyhow",
"indexmap 2.2.3", "indexmap 2.2.3",
"log", "log",
"protobuf 3.7.2", "protobuf",
"protobuf-support", "protobuf-support",
"tempfile", "tempfile",
"thiserror 1.0.40", "thiserror 1.0.40",
@@ -2061,7 +2057,7 @@ name = "protocols"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"oci-spec", "oci-spec",
"protobuf 3.7.2", "protobuf",
"serde", "serde",
"serde_json", "serde_json",
"ttrpc", "ttrpc",
@@ -2438,12 +2434,9 @@ dependencies = [
[[package]] [[package]]
name = "slab" name = "slab"
version = "0.4.8" version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
dependencies = [
"autocfg",
]
[[package]] [[package]]
name = "slog" name = "slog"
@@ -2687,17 +2680,19 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.44.2" version = "1.46.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes", "bytes",
"io-uring",
"libc", "libc",
"mio", "mio",
"parking_lot", "parking_lot",
"pin-project-lite", "pin-project-lite",
"signal-hook-registry", "signal-hook-registry",
"slab",
"socket2", "socket2",
"tokio-macros", "tokio-macros",
"windows-sys 0.52.0", "windows-sys 0.52.0",
@@ -2927,38 +2922,36 @@ dependencies = [
"libc", "libc",
"log", "log",
"nix", "nix",
"protobuf 3.7.2", "protobuf",
"protobuf-codegen 3.7.2", "protobuf-codegen",
"thiserror 1.0.40", "thiserror 1.0.40",
"windows-sys 0.48.0", "windows-sys 0.48.0",
] ]
[[package]] [[package]]
name = "ttrpc-codegen" name = "ttrpc-codegen"
version = "0.5.0" version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdc0529f65223eca94fc5830e7d552d0d152ff42b74aff5c641edac39592f41f" checksum = "0e5c657ef5cea6f6c6073c1be0787ba4482f42a569d4821e467daec795271f86"
dependencies = [ dependencies = [
"home", "protobuf",
"protobuf 2.28.0", "protobuf-codegen",
"protobuf-codegen 3.7.2",
"protobuf-support", "protobuf-support",
"ttrpc-compiler", "ttrpc-compiler",
] ]
[[package]] [[package]]
name = "ttrpc-compiler" name = "ttrpc-compiler"
version = "0.7.0" version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9be3fb2fe509cb9c0099b3b5551b759ae714f2dde56dfc713f2a5bda8c16064a" checksum = "3aa71f4a44711b3b9cc10ed0c7e239ff0fe4b8e6c900a142fb3bb26401385718"
dependencies = [ dependencies = [
"derive-new", "derive-new",
"home",
"prost 0.8.0", "prost 0.8.0",
"prost-build 0.8.0", "prost-build 0.8.0",
"prost-types 0.8.0", "prost-types 0.8.0",
"protobuf 2.28.0", "protobuf",
"protobuf-codegen 2.28.0", "protobuf-codegen",
"tempfile", "tempfile",
] ]