From 644893352b35867f8fefb10fc54262443ff1abca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:20:28 +0000 Subject: [PATCH] fix(deps): update rust crate pbjson-types to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c9acc9..cb101ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ custom_error = "1.9.2" document-features = { version = "0.2", optional = true } jsonwebtoken = { version = "8.3.0", optional = true } openidconnect = { version = "3.3.1", optional = true } -pbjson-types = { version = "0.5.1", optional = true } +pbjson-types = { version = "0.6.0", optional = true } prost = { version = "0.11", optional = true } prost-types = { version = "0.11", optional = true } reqwest = { version = "0.11.22", features = ["json", "rustls-tls"], default-features = false, optional = true }