Skip to content

Commit

Permalink
Bump tokio-vsock from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [tokio-vsock](https://github.com/rust-vsock/tokio-vsock) from 0.5.0 to 0.6.0.
- [Commits](rust-vsock/tokio-vsock@v0.5.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]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent eb815d6 commit a69b61b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ url = "2.5.2"
pin-project-lite = "0.2.14"
http-body-util = "0.1.2"
hyper-util = { version = "0.1.6", features = ["tokio"] }
tokio-vsock = { version = "0.5.0", optional = true }
tokio-vsock = { version = "0.6.0", optional = true }
rusqlite = { version = "0.32.0", features = ["bundled"] }

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit a69b61b

Please sign in to comment.