Skip to content

Commit

Permalink
Bump tonic from 0.8.3 to 0.9.2 in /backend
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.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [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 Jun 27, 2023
1 parent f1de900 commit e4196bd
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 12 deletions.
86 changes: 75 additions & 11 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "macros", "migra
thiserror = "1.0.40"
time = { version = "0.3.21", features = ["serde"] } # time version kept in sync with sqlx
tokio = { version = "1.24.1", features = ["full"] }
tonic = { version = "0.8.3", features = ["tls", "tls-roots"] } # tonic kept in sync with tracing-opentelemetry
tonic = { version = "0.9.2", features = ["tls", "tls-roots"] } # tonic kept in sync with tracing-opentelemetry
tower = "0.4.13"
tower-http = { version = "0.3.5", features = ["fs", "trace"] }
tracing = "0.1.38"
Expand Down

0 comments on commit e4196bd

Please sign in to comment.