Skip to content

Commit

Permalink
fix(deps): update rust crate prost-reflect to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 13, 2024
1 parent 7d37bbc commit 7e2b316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async-std = { version = "1.12.0", features = [
ttl_cache = { version = "0.5.1", features = ["stats"] }
protox = "0.6.0"
protox-parse = "0.6.0"
prost-reflect = { version = "0.13.1", features = ["serde"] }
prost-reflect = { version = "0.14.0", features = ["serde"] }
prost = "0.12.4"
update-informer = { version = "1.1.0", default-features = false, features = [
"github",
Expand Down

0 comments on commit 7e2b316

Please sign in to comment.