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 30, 2024
1 parent f3d049a commit 2afbea1
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 @@ -97,7 +97,7 @@ async-std = { version = "1.12.0", features = [
ttl_cache = "0.5.1"
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 2afbea1

Please sign in to comment.