Skip to content

Commit

Permalink
chore(deps): bump tonic from 0.8.3 to 0.10.2
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.8.3 to 0.10.2.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.8.3...v0.10.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent b823ad9 commit 46e3c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sqlx = { version = "0.7.3", default-features = false, features = ["postgres", "r
chrono = "0.4.31"
cln-grpc = "0.1.7"
bitcoin_hashes = "0.13.0"
tonic = { version = "0.8", features = ["transport", "tls"] }
tonic = { version = "0.10", features = ["transport", "tls"] }
serde_yaml = "0.9.31"

[dev-dependencies]
Expand Down

0 comments on commit 46e3c4f

Please sign in to comment.