diff --git a/Cargo.toml b/Cargo.toml index 7064b8a..b636ebf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ anyhow = { version = "1.0", optional = true } chrono = "0.4.41" clap = { version = "4.5", features = ["derive"], optional = true } indexmap = "2" -pbjson-types = { version = "0.8.0", optional = true } +pbjson-types = { version = "0.9.0", optional = true } pest = "2.8.0" pest_derive = "2.8.0" prost = "0.14"