Skip to content

Commit

Permalink
tonic 0.12, prost 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Jul 9, 2024
1 parent 107a555 commit 2f5abdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ cloud-storage = { version = "0.11.1", features = [
], optional = true }
async-trait = "0.1.80"
dyn-clone = "1.0.17"
prost = "0.12.6"
prost-types = "0.12.6"
tonic = { version = "0.11.0", features = ["transport", "tls", "tls-roots"] }
prost = "0.13"
prost-types = "0.13"
tonic = { version = "0.12", features = ["transport", "tls", "tls-roots"] }

[dev-dependencies]
tokio-test = "0.4.4"
Expand All @@ -72,4 +72,4 @@ tempfile = "3.10.1"
fake = "2.9.2"

[build-dependencies]
tonic-build = { version = "0.11.0", features = ["cleanup-markdown"] }
tonic-build = { version = "0.12", features = ["cleanup-markdown"] }

0 comments on commit 2f5abdc

Please sign in to comment.