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

chore(deps): bump cap-fs-ext from 1.0.9 to 1.0.10

Bumps [cap-fs-ext](https://github.com/bytecodealliance/cap-std) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/bytecodealliance/cap-std/releases)
- [Commits](https://github.com/bytecodealliance/cap-std/compare/cap-fs-ext-v1.0.9...cap-fs-ext-v1.0.10)

---
updated-dependencies:
- dependency-name: cap-fs-ext
  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-10 01:29:38 +00:00 committed by GitHub
parent edd63c84f9
commit 610e1b490c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

10
Cargo.lock generated
View File

@ -205,14 +205,14 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "cap-fs-ext"
version = "1.0.9"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2767fc3595843a8cfb4b95ac507d1535fb6df994cd3566092786591b770542fb"
checksum = "7b0c86006edbaf13bbe0cdf2d7492cff638cd24cd6b717fa2aadcab09b532353"
dependencies = [
"cap-primitives",
"cap-std",
"io-lifetimes",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
]
[[package]]
@ -244,9 +244,9 @@ dependencies = [
[[package]]
name = "cap-std"
version = "1.0.9"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a83342c1f448b1d092cc55c6127ffe88841e9c98dd9f652a283a89279b12376c"
checksum = "14bfc13243563bf62ee9a31b6659d2fc2bf20e75f2d3d58d87a0c420778e1399"
dependencies = [
"cap-primitives",
"io-extras",