Skip to content

Commit 190c7f1

Browse files
Bump seccompiler from 0.4.0 to 0.5.0
Bumps [seccompiler](https://github.com/rust-vmm/seccompiler) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/rust-vmm/seccompiler/releases) - [Changelog](https://github.com/rust-vmm/seccompiler/blob/main/CHANGELOG.md) - [Commits](rust-vmm/seccompiler@v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: seccompiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b997e8d commit 190c7f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ windows-version = "0.1"
7373
[target.'cfg(unix)'.dependencies]
7474
gdbstub = { version = "0.7.5", optional = true }
7575
gdbstub_arch = { version = "0.3.1", optional = true }
76-
seccompiler = { version = "0.4.0", optional = true }
76+
seccompiler = { version = "0.5.0", optional = true }
7777
kvm-bindings = { version = "0.11", features = ["fam-wrappers"], optional = true }
7878
kvm-ioctls = { version = "0.20", optional = true }
7979
mshv-bindings2 = { package="mshv-bindings", version = "=0.2.1", optional = true }

0 commit comments

Comments
 (0)