Skip to content

Commit

Permalink
Build(deps): bump vsock from 0.3.0 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [vsock](https://github.com/rust-vsock/vsock-rs) from 0.3.0 to 0.4.0.
- [Commits](rust-vsock/vsock-rs@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: 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 5, 2023
1 parent 3470368 commit 9707656
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 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 sanzu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ winapi = { version = "0.3", features = [
[target.'cfg(unix)'.dependencies]
libgssapi = { version = "0.6", optional = true }
nix = {version = "0.27", features = ["process"]}
vsock = "0.3"
vsock = "0.4"
x11-clipboard = "0.8"

[dependencies.x11rb]
Expand Down

0 comments on commit 9707656

Please sign in to comment.