Skip to content

Commit

Permalink
build(deps): bump vsock from 0.3.0 to 0.5.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.5.0.
- [Commits](rust-vsock/vsock-rs@v0.3.0...v0.5.0)

---
updated-dependencies:
- dependency-name: vsock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 2ca5f61 commit 9b78f6d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 18 deletions.
37 changes: 22 additions & 15 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 @@ -24,7 +24,7 @@ aws-nitro-enclaves-image-format = "0.2"
eif_loader = { path = "./eif_loader" }
enclave_build = { path = "./enclave_build" }
openssl = "0.10"
vsock = "0.3"
vsock = "0.5"
vmm-sys-util = "0.12.1"
sha2 = "0.9.5"
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion eif_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.68"
aws-nitro-enclaves-image-format = "0.2"
nix = "0.26"
libc = "0.2"
vsock = "0.3"
vsock = "0.5"

[dev-dependencies]
sha2 = "0.9.5"
Expand Down
2 changes: 1 addition & 1 deletion vsock_proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ log = "0.4"
nix = "0.26"
yaml-rust = "0.4.3"
threadpool = "1.7.1"
vsock = "0.3"
vsock = "0.5"

[dev-dependencies]
ctor = "0.2.7"
Expand Down

0 comments on commit 9b78f6d

Please sign in to comment.