Skip to content

Commit

Permalink
chore(deps): Bump tonic from 0.8.3 to 0.9.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.9.2.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.8.3...v0.9.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 Sep 21, 2023
1 parent 7b74759 commit 4196e20
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 77 deletions.
110 changes: 34 additions & 76 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 ingest_structure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde_json = "1.0.91"
serde_urlencoded = "0.7"
snafu = "0.7"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
tonic = "0.8"
tonic = "0.9"
trace = { path = "../trace/" }
workspace-hack = { path = "../workspace-hack"}

Expand Down

0 comments on commit 4196e20

Please sign in to comment.