Skip to content

Commit

Permalink
build(deps): Bump prost from 0.12.3 to 0.12.4
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.12.4.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.12.3...v0.12.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 2a8e5f0 commit 299a43f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.12.4", 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.12.4"
prost-build = "0.12.3"
prost-types = "0.12.3"
quote = "1.0.33"
Expand Down

0 comments on commit 299a43f

Please sign in to comment.