Skip to content

Commit

Permalink
Merge pull request #38 from rust-vsock/dependabot/cargo/tonic-0.10.2
Browse files Browse the repository at this point in the history
Update tonic requirement from 0.8.3 to 0.10.2
  • Loading branch information
jalil-salame authored Dec 5, 2023
2 parents 46eb40e + 62a7e6b commit d7a6ef0
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.4.0"
tokio = { version = "1", features = ["net", "sync"] }
tonic = { version = "0.8.3", optional = true }
tonic = { version = "0.10.2", optional = true }

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

0 comments on commit d7a6ef0

Please sign in to comment.