Skip to content

Commit

Permalink
Merge pull request #42 from sunng87/dependabot/cargo/prost-build-0.13
Browse files Browse the repository at this point in the history
Update prost-build requirement from 0.12 to 0.13
  • Loading branch information
sunng87 authored Jul 10, 2024
2 parents 4c214e1 + 2950e0c commit 15c20df
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 @@ -25,7 +25,7 @@ webpki-roots = { version = "0.26", optional = true }
rustls-pki-types = { version = "1.0", optional = true, features = ["alloc"] }

[build-dependencies]
prost-build = "0.12"
prost-build = "0.13"

[dev-dependencies]
structopt = "0.3.3"
Expand Down

0 comments on commit 15c20df

Please sign in to comment.