mirror of
https://github.com/containers/youki
synced 2024-11-23 09:21:57 +01:00
chore(deps): bump syscalls from 0.6.0 to 0.6.1
Bumps [syscalls](https://github.com/jasonwhite/syscalls) from 0.6.0 to 0.6.1. - [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.0...0.6.1) --- 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
b9c97d76ec
commit
0fe9cb072f
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2063,9 +2063,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "syscalls"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7e60450613516f4168b6b9ec7b1b5a1a1351cc3011371e4a791e53c6f9dc35cd"
|
||||
checksum = "382d83ce29f11449a83b89a5f2e77d695da5ab5c677c317d36a5c8bfe302094a"
|
||||
dependencies = [
|
||||
"cc",
|
||||
]
|
||||
|
@ -37,7 +37,7 @@ libcgroups = { version = "0.0.3", path = "../libcgroups" }
|
||||
libseccomp = { version = "0.2.3" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
syscalls = "0.6.0"
|
||||
syscalls = "0.6.1"
|
||||
rust-criu = { git = "https://github.com/checkpoint-restore/rust-criu", version = "0.1.0" }
|
||||
wasmer = { version = "2.2.0", optional = true }
|
||||
wasmer-wasi = { version = "2.3.0", optional = true }
|
||||
|
Loading…
Reference in New Issue
Block a user