Skip to content

Commit

Permalink
Merge branch 'tonic-0-12-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
hulthe committed Oct 2, 2024
2 parents 45fc880 + 3c19881 commit 1217112
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tokio = { version = "1.8" }
parity-tokio-ipc = "0.9"
futures = "0.3.15"
# Tonic and related crates
tonic = "0.12.2"
tonic = "0.12.3"
tonic-build = { version = "0.10.0", default-features = false }
tower = "0.4"
prost = "0.13.3"
Expand Down
2 changes: 1 addition & 1 deletion test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ serde_json = "1.0"
tokio-serde = { version = "0.8.0", features = ["json"] }

# Tonic and related crates
tonic = "0.12.2"
tonic = "0.12.3"
tonic-build = { version = "0.10.0", default-features = false }
tower = "0.4"
prost = "0.13.3"
Expand Down

0 comments on commit 1217112

Please sign in to comment.