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

fix(deps): update tonic monorepo 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-28 18:43:02 +00:00
committed by GitHub
parent b64d365bd7
commit e2d40bd455
2 changed files with 9 additions and 9 deletions

12
Cargo.lock generated
View File

@@ -1782,9 +1782,9 @@ dependencies = [
[[package]]
name = "tonic"
version = "0.14.2"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203"
checksum = "a286e33f82f8a1ee2df63f4fa35c0becf4a85a0cb03091a15fd7bf0b402dc94a"
dependencies = [
"async-trait",
"axum",
@@ -1823,9 +1823,9 @@ dependencies = [
[[package]]
name = "tonic-prost"
version = "0.14.2"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67"
checksum = "d6c55a2d6a14174563de34409c9f92ff981d006f56da9c6ecd40d9d4a31500b0"
dependencies = [
"bytes",
"prost",
@@ -1834,9 +1834,9 @@ dependencies = [
[[package]]
name = "tonic-prost-build"
version = "0.14.2"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4a16cba4043dc3ff43fcb3f96b4c5c154c64cbd18ca8dce2ab2c6a451d058a2"
checksum = "a4556786613791cfef4ed134aa670b61a85cfcacf71543ef33e8d801abae988f"
dependencies = [
"prettyplease",
"proc-macro2",

View File

@@ -52,8 +52,8 @@ nftables = "0.6.3"
fs2 = "0.4.3"
tokio = { version = "1.49.0", features = ["rt", "rt-multi-thread", "signal", "fs", "time"] }
tokio-stream = { version = "0.1.18", features = ["net"] }
tonic = "0.14.2"
tonic-prost = "0.14.2"
tonic = "0.14.3"
tonic-prost = "0.14.3"
prost = "0.14.3"
mozim = { version = "0.3.1", default-features = false }
futures-channel = "0.3.31"
@@ -64,7 +64,7 @@ hyper-util = "0.1.19"
[build-dependencies]
chrono = { version = "0.4.43", default-features = false, features = ["clock"] }
tonic-prost-build = "0.14.2"
tonic-prost-build = "0.14.3"
[dev-dependencies]
once_cell = "1.21.3"