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

chore(deps): bump io-extras from 0.17.2 to 0.17.4

Bumps [io-extras](https://github.com/sunfishcode/io-extras) from 0.17.2 to 0.17.4.
- [Release notes](https://github.com/sunfishcode/io-extras/releases)
- [Commits](https://github.com/sunfishcode/io-extras/compare/v0.17.2...v0.17.4)

---
updated-dependencies:
- dependency-name: io-extras
  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:13:52 +00:00 committed by GitHub
parent af6abd840e
commit 1e57c0141b
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View File

@ -1438,12 +1438,12 @@ dependencies = [
[[package]]
name = "io-extras"
version = "0.17.2"
version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d79107d6e60d78351e11f0a2dc9d0eaf304a7efb592e92603783afb8479c7d97"
checksum = "fde93d48f0d9277f977a333eca8313695ddd5301dc96f7e02aeddcb0dd99096f"
dependencies = [
"io-lifetimes",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
]
[[package]]