Skip to content

Commit

Permalink
Cargo.toml: require tonic ≥ 0.12.3, below which we are not compatib…
Browse files Browse the repository at this point in the history
…le (#2753)
Twey authored Oct 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 35756a9 commit 986db0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -137,8 +137,8 @@ test-log = { version = "0.2.15", default-features = false, features = ["trace"]
test-strategy = "0.3.1"
thiserror = "1.0.65"
thiserror-context = "0.1.1"
tonic = { version = "0.12", default-features = false }
tonic-build = { version = "0.12", default-features = false }
tonic = { version = "0.12.3", default-features = false }
tonic-build = { version = "0.12.3", default-features = false }
tonic-health = "0.12"
tonic-reflection = "0.12"
tonic-web = "0.12"

0 comments on commit 986db0c

Please sign in to comment.