Skip to content

Commit

Permalink
Update tonic requirement from 0.9.2 to 0.10.1
Browse files Browse the repository at this point in the history
Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.9.2...v0.10.1)

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent ca543c7 commit 6ea5148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cw-orch-daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ hex = { version = "0.4.3" }
ripemd = { version = "0.1.3" }
ibc-chain-registry = { workspace = true }
tokio = { version = "1.4", features = ["full"] }
tonic = { version = "0.9.2", features = ["tls", "tls-roots"] }
tonic = { version = "0.10.1", features = ["tls", "tls-roots"] }
secp256k1 = { version = "0.27.0", default-features = false }
reqwest = { version = "0.11.9" }
base64 = { version = "0.21.0" }
Expand Down
2 changes: 1 addition & 1 deletion cw-orch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cosmrs = { version = "0.14.0", features = [
], optional = true }

# Live mock deps
tonic = { version = "0.9.2", optional = true, features = ["tls", "tls-roots"] }
tonic = { version = "0.10.1", optional = true, features = ["tls", "tls-roots"] }

# Test Tube env deps
osmosis-test-tube = { workspace = true, optional = true }
Expand Down

0 comments on commit 6ea5148

Please sign in to comment.