From 618aba041365082ed9c1a6b18e4576f576f573d4 Mon Sep 17 00:00:00 2001 From: "mendral-app[bot]" <233154221+mendral-app[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 02:11:37 -0700 Subject: [PATCH] chore(deps): bump tonic to 0.14.6, prost-wkt-types to 0.7.1 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a19f5bb..015dda7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,13 +11,13 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tonic = "0.14.2" -tonic-prost = "0.14.2" +tonic = "0.14.6" +tonic-prost = "0.14.6" prost = "0.14.2" prost-types = "0.14.2" tokio = { version = "1.51.1", features = ["rt-multi-thread", "macros"] } serde = { version = "1.0", features = ["derive"] } -prost-wkt-types = "0.7" +prost-wkt-types = "0.7.1" [build-dependencies] -tonic-prost-build = "0.14.2" +tonic-prost-build = "0.14.6"