Skip to content

Commit

Permalink
fix(deps): update rust crate tonic to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 1872ca4 commit b6f0dc8
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 26 deletions.
66 changes: 42 additions & 24 deletions server/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 server/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ infra_repository_impl = { path = "../infra/repository_impl" }

anyhow = "1.0.75"
tokio = { version = "1.32.0", features = ["rt-multi-thread"] }
tonic = { version = "0.9.2", features = ["gzip"] }
tonic = { version = "0.10.0", features = ["gzip"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing = "0.1.37"
tower-http = { version = "0.4.4", features = ["trace"] }
2 changes: 1 addition & 1 deletion server/infra/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ log = "0.4.20"
pbjson-types = "0.5.1"
prost = "0.11.9"
serde = "1.0.173"
tonic = { version = "0.9.2", features = ["gzip"] }
tonic = { version = "0.10.0", features = ["gzip"] }

0 comments on commit b6f0dc8

Please sign in to comment.