diff --git a/Cargo.toml b/Cargo.toml index f81cdcf..c018322 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 = "9.1.0", optional = true } openidconnect = { version = "3.4.0", 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 }