Skip to content

Commit

Permalink
Merge pull request #1186 from dbus2/renovate/tokio-vsock-0.x
Browse files Browse the repository at this point in the history
⬆️ Update tokio-vsock to 0.7
  • Loading branch information
zeenix authored Dec 25, 2024
2 parents 3d78c9c + ad8ad7d commit 4ee0a6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ tokio = { version = "1.37.0", optional = true, features = [
"tracing",
] }
vsock = { version = "0.5.0", optional = true }
tokio-vsock = { version = "0.6", optional = true }
tokio-vsock = { version = "0.7", optional = true }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.59", features = [
Expand Down

0 comments on commit 4ee0a6d

Please sign in to comment.