Skip to content

Commit

Permalink
Bump tonic from 0.11 to 0.12
Browse files Browse the repository at this point in the history
Changelog: https://github.com/hyperium/tonic/releases/tag/v0.12.0

Signed-off-by: Akhil Velagapudi <4@4khil.com>
  • Loading branch information
akhilles committed Jul 11, 2024
1 parent 50fd063 commit 48adb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ futures = "0.3"
libc = "0.2.138"
vsock = "0.5.0"
tokio = { version = "1", features = ["net", "sync"] }
tonic = { version = "0.11.0", optional = true }
tonic = { version = "0.12.0", optional = true }

[dev-dependencies]
sha2 = "0.10.6"
Expand Down

0 comments on commit 48adb90

Please sign in to comment.