Skip to content

Commit 986db0c

Browse files
authored
Cargo.toml: require tonic ≥ 0.12.3, below which we are not compatible (#2753)
1 parent 35756a9 commit 986db0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ test-log = { version = "0.2.15", default-features = false, features = ["trace"]
137137
test-strategy = "0.3.1"
138138
thiserror = "1.0.65"
139139
thiserror-context = "0.1.1"
140-
tonic = { version = "0.12", default-features = false }
141-
tonic-build = { version = "0.12", default-features = false }
140+
tonic = { version = "0.12.3", default-features = false }
141+
tonic-build = { version = "0.12.3", default-features = false }
142142
tonic-health = "0.12"
143143
tonic-reflection = "0.12"
144144
tonic-web = "0.12"

0 commit comments

Comments
 (0)