From a70e3a57ad4a721ff3df928c0e61e91096b2cd6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 07:27:00 +0000 Subject: [PATCH] Update Rust crate prost-wkt to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6eae72d..75fbbde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license-file = "LICENSE" [dependencies] prost = { version = "0.11", features = ["prost-derive"] } prost-types = "0.11" -prost-wkt = "0.3.4" +prost-wkt = "0.6.0" prost-wkt-types = "0.3.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"