From 54304e25a34e13d1caec5db2c69ead9b3937d359 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 21:58:35 +0000 Subject: [PATCH] chore(deps): update rust crate pbjson-build to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3408583..628f3ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,6 +51,6 @@ name = "grpc_provider" required-features = ["grpc"] [build-dependencies] -pbjson-build = "0.7" +pbjson-build = "0.9" prost-build = "0.13" tonic-build = "0.12"