Skip to content

Commit

Permalink
fix: Gzip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdata committed Jul 25, 2024
1 parent 6acf43f commit 8606c12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-suite/gzip/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
prost = "0.12.3"
tonic = { version = "0.11.0", default-features = false, features = [
prost = "0.13"
tonic = { version = "0.12", default-features = false, features = [
"prost",
"codegen",
"gzip",
] }

[build-dependencies]
tonic-build = { version = "0.11.0", default-features = false, features = [
tonic-build = { version = "0.12", default-features = false, features = [
"prost",
] }

Expand Down

0 comments on commit 8606c12

Please sign in to comment.