Skip to content

Commit

Permalink
Update prost-types requirement from 0.11.0 to 0.12.3
Browse files Browse the repository at this point in the history
Updates the requirements on [prost-types](https://github.com/tokio-rs/prost) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.11.9...v0.12.3)

---
updated-dependencies:
- dependency-name: prost-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 7f22062 commit 457fa85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ thiserror = { version = "1.0.21" }
sha256 = { version = "1" }
serde_json = "1.0.79"
tonic = { version = "0.10.2" }
prost-types = "0.11.9"
prost-types = "0.12.3"
prost = "0.11.9"
# Test deps
speculoos = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ readme = "README.md"
[dependencies]
cw-orch-core = { workspace = true }
# Prost and Prost-types were kept at 0.11.9 here, because osmosis-test-tube doesn't support prost above 0.11.9
prost-types = { version = "0.11.9" }
prost-types = { version = "0.12.3" }
prost = { version = "0.11.9" }

0 comments on commit 457fa85

Please sign in to comment.