1
0
mirror of https://github.com/containers/youki synced 2024-09-27 22:49:57 +02:00

chore(deps): bump system-interface from 0.25.2 to 0.25.3

Bumps [system-interface](https://github.com/bytecodealliance/system-interface) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/bytecodealliance/system-interface/releases)
- [Commits](https://github.com/bytecodealliance/system-interface/compare/v0.25.2...v0.25.3)

---
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-01-11 00:33:32 +00:00 committed by GitHub
parent ea3e3ad579
commit 76ebbcdcab
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

16
Cargo.lock generated
View File

@ -1036,6 +1036,17 @@ dependencies = [
"instant",
]
[[package]]
name = "fd-lock"
version = "3.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb21c69b9fea5e15dbc1049e4b77145dd0ba1c84019c488102de0dc4ea4b0a27"
dependencies = [
"cfg-if 1.0.0",
"rustix",
"windows-sys 0.42.0",
]
[[package]]
name = "file-per-thread-logger"
version = "0.1.6"
@ -2833,13 +2844,14 @@ dependencies = [
[[package]]
name = "system-interface"
version = "0.25.2"
version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c76db7161a415be430c1bd4d2d0c83aaeeded6f009f6d56da242a67747282f6c"
checksum = "6afe2d3c354cfbfdc14611db99b272f59f80289a2abe30c8b4355ee619bc22ef"
dependencies = [
"bitflags",
"cap-fs-ext",
"cap-std",
"fd-lock",
"io-lifetimes",
"rustix",
"windows-sys 0.42.0",