Skip to content

Commit

Permalink
build(deps): Bump prost from 0.12.3 to 0.13.1
Browse files Browse the repository at this point in the history
Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.3 to 0.13.1.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.12.3...v0.13.1)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 2a8e5f0 commit 09a574d
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 15 deletions.
47 changes: 35 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ chrono = {version = "0.4.38", default-features = false}
cosmwasm-std = { version = "1.5.4", features = ["stargate"]}
cosmwasm-schema = "1.5.3"
serde = { version = "1.0.197", default-features = false, features = ["derive"] }
prost = {version = "0.12.3", default-features = false, features = ["prost-derive"]}
prost = {version = "0.13.1", default-features = false, features = ["prost-derive"]}
prost-types = {version = "0.12.3", default-features = false}
serde-cw-value = "0.7.0"
desmos-mock = { version = "3.0.0", path = "../mock" }
Expand Down
2 changes: 1 addition & 1 deletion packages/proto-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ itertools = "0.12.1"
log = "0.4.21"
pretty_env_logger = "0.5.0"
prettyplease = "0.2.16"
prost = "0.12.3"
prost = "0.13.1"
prost-build = "0.12.3"
prost-types = "0.12.3"
quote = "1.0.33"
Expand Down
2 changes: 1 addition & 1 deletion packages/std-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ syn = "2.0.52"

[dev-dependencies]
cosmwasm-std = {version = "1.5.4", features = ["stargate"]}
prost = "0.12"
prost = "0.13"
serde = "1.0.197"
trybuild = {version = "1.0.89", features = ["diff"]}
desmos-mock = { version = "3.0.0", path = "../mock" }

0 comments on commit 09a574d

Please sign in to comment.