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 1, 2023
1 parent 7342232 commit e54d8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/infra/upstream_repository_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
domain = { path = "../../domain" }
prost = "0.11.9"
tonic = { version = "0.9.2", features = ["gzip"] }
tonic = { version = "0.10.0", features = ["gzip"] }
pbjson-types = "0.5.1"
envy = "0.4.2"
serde = "1.0.179"
Expand Down

0 comments on commit e54d8af

Please sign in to comment.