Skip to content

Commit

Permalink
chore: Upgrade Tonic to 0.12.0 and Prost to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 16, 2024
1 parent 5622d1f commit 550c1cc
Show file tree
Hide file tree
Showing 11 changed files with 152 additions and 158 deletions.
124 changes: 69 additions & 55 deletions drivers/rust/driver/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions drivers/rust/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ maplit = "1.0.2"
md5 = "0.7.0"
os_info = "3.8.2"
pact_models = { version = "~1.2.1", default-features = false }
prost = "=0.12.6"
prost-types = "=0.12.6"
prost = "0.13.1"
prost-types = "0.13.1"
regex = "1.10.5"
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls-native-roots", "json", "gzip", "deflate", "stream"] }
semver = "1.0.23"
Expand All @@ -48,7 +48,7 @@ sysinfo = "0.30.13"
tar = "0.4.41"
toml = "0.8.14"
tokio = { version = "1.38.0", features = ["full"] }
tonic = "=0.11.0"
tonic = "0.12.0"
tracing = { version = "0.1.40", features = [ "log" ] }
tracing-core = "0.1.32"
uuid = { version = "1.10.0", features = ["v4"] }
Expand All @@ -61,4 +61,4 @@ tempdir = "0.3.7"
test-log = "0.2.16"

[build-dependencies]
tonic-build = "=0.11.0"
tonic-build = "0.12.0"
Loading

0 comments on commit 550c1cc

Please sign in to comment.