Skip to content

Commit d7b62cc

Browse files
Bump tokio-vsock from 0.4.0 to 0.6.0 (#43)
Bumps [tokio-vsock](https://github.com/rust-vsock/tokio-vsock) from 0.4.0 to 0.6.0. - [Commits](rust-vsock/tokio-vsock@v0.4.0...v0.6.0) --- updated-dependencies: - dependency-name: tokio-vsock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 858f936 commit d7b62cc

File tree

2 files changed

+5
-27
lines changed

2 files changed

+5
-27
lines changed

Cargo.lock

Lines changed: 4 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/zbus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ tokio = { version = "1.37.0", optional = true, features = [
8080
] }
8181
tracing = "0.1.40"
8282
vsock = { version = "0.5.0", optional = true }
83-
tokio-vsock = { version = "0.4", optional = true }
83+
tokio-vsock = { version = "0.6", optional = true }
8484
xdg-home = "1.1.0"
8585

8686
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)