1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-10 08:46:21 +02:00

chore(deps): bump system-interface from 0.25.5 to 0.25.6

Bumps [system-interface](https://github.com/bytecodealliance/system-interface) from 0.25.5 to 0.25.6.
- [Release notes](https://github.com/bytecodealliance/system-interface/releases)
- [Commits](https://github.com/bytecodealliance/system-interface/compare/v0.25.5...v0.25.6)

---
updated-dependencies:
- dependency-name: system-interface
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-07 01:02:44 +00:00 committed by GitHub
parent af6abd840e
commit 2f044b7e0d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View File

@ -2852,9 +2852,9 @@ dependencies = [
[[package]]
name = "system-interface"
version = "0.25.5"
version = "0.25.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12a638b21790634294d82697a110052af16bf88d88bec7c8f8e57989e2f922b7"
checksum = "7e1ab6a74e204b606bf397944fa991f3b01046113cc0a4ac269be3ef067cc24b"
dependencies = [
"bitflags 1.3.2",
"cap-fs-ext",
@ -2862,7 +2862,7 @@ dependencies = [
"fd-lock",
"io-lifetimes",
"rustix 0.37.5",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
"winx",
]