Skip to content

Commit

Permalink
Merge pull request #47 from rust-vsock/dependabot/cargo/vsock-0.5.0
Browse files Browse the repository at this point in the history
Update vsock requirement from 0.4.0 to 0.5.0
  • Loading branch information
jalil-salame authored Apr 16, 2024
2 parents 44321de + 256d8ed commit 7958ad4
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 @@ -17,7 +17,7 @@ tonic-conn = ["tonic"]
bytes = "1.3.0"
futures = "0.3"
libc = "0.2.138"
vsock = "0.4.0"
vsock = "0.5.0"
tokio = { version = "1", features = ["net", "sync"] }
tonic = { version = "0.11.0", optional = true }

Expand Down

0 comments on commit 7958ad4

Please sign in to comment.