1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 06:45:56 +01:00

fix(deps): update rust crate prost to 0.14.3

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-10 21:49:11 +00:00
committed by GitHub
parent 11e29ab4c8
commit a8b25232d5
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -1286,9 +1286,9 @@ dependencies = [
[[package]]
name = "prost"
version = "0.14.1"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
dependencies = [
"bytes",
"prost-derive",
@@ -1318,9 +1318,9 @@ dependencies = [
[[package]]
name = "prost-derive"
version = "0.14.1"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
dependencies = [
"anyhow",
"itertools",

View File

@@ -54,7 +54,7 @@ tokio = { version = "1.49.0", features = ["rt", "rt-multi-thread", "signal", "fs
tokio-stream = { version = "0.1.18", features = ["net"] }
tonic = "0.14.2"
tonic-prost = "0.14.2"
prost = "0.14.1"
prost = "0.14.3"
mozim = { version = "0.3.1", default-features = false }
futures-channel = "0.3.31"
futures-core = "0.3.31"