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 Nov 22, 2023
1 parent 6007f3e commit e3ed105
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cw-orch-daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ thiserror = { workspace = true }
sha256 = { workspace = true }
ibc-relayer-types = { workspace = true }
prost = { version = "0.11" }
prost-types = "0.11.9"
prost-types = "0.12.3"
bitcoin = { version = "0.30.0" }
hex = { version = "0.4.3" }
ripemd = { version = "0.1.3" }
Expand Down
2 changes: 1 addition & 1 deletion cw-orch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ tonic = { version = "0.9.2", optional = true, features = ["tls", "tls-roots"] }
# Test Tube env deps
osmosis-test-tube = { workspace = true, optional = true }
osmosis-std = { version = "=0.19.1", optional = true }
prost-types = { version = "0.11.0", optional = true }
prost-types = { version = "0.12.3", optional = true }
prost = { version = "0.11.0", optional = true }

# Env deps
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 @@ -13,5 +13,5 @@ readme = "README.md"

[dependencies]
cw-orch-core = { workspace = true }
prost-types = "0.11.0"
prost-types = "0.12.3"
prost = "0.11.0"

0 comments on commit e3ed105

Please sign in to comment.