mirror of
https://github.com/containers/youki
synced 2024-11-23 17:32:15 +01:00
chore(deps): bump syscalls from 0.6.6 to 0.6.7
Bumps [syscalls](https://github.com/jasonwhite/syscalls) from 0.6.6 to 0.6.7. - [Release notes](https://github.com/jasonwhite/syscalls/releases) - [Changelog](https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md) - [Commits](https://github.com/jasonwhite/syscalls/compare/0.6.6...0.6.7) --- updated-dependencies: - dependency-name: syscalls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6f9dc2d18e
commit
a85d036c15
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2223,9 +2223,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "syscalls"
|
||||
version = "0.6.6"
|
||||
version = "0.6.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9148c90637a79c6b331f80914a78816358bff6ca69c8af8f6fbbda9869bb2a39"
|
||||
checksum = "535e4a480d47370482f8251117cba053e32067862c439dcd4c9ea4026d08f88e"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"serde",
|
||||
|
@ -36,7 +36,7 @@ libcgroups = { version = "0.0.3", path = "../libcgroups" }
|
||||
libseccomp = { version = "0.3.0" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
syscalls = "0.6.5"
|
||||
syscalls = "0.6.7"
|
||||
rust-criu = "0.2.0"
|
||||
wasmer = { version = "2.2.0", optional = true }
|
||||
wasmer-wasi = { version = "2.3.0", optional = true }
|
||||
|
Loading…
Reference in New Issue
Block a user