1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-11 01:06:16 +02:00

chore(deps): bump anstyle-parse from 0.2.1 to 0.2.2

Bumps [anstyle-parse](https://github.com/rust-cli/anstyle) from 0.2.1 to 0.2.2.
- [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.1...anstyle-parse-v0.2.2)

---
updated-dependencies:
- dependency-name: anstyle-parse
  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-09-29 00:59:59 +00:00 committed by GitHub
parent 6a9c78bb73
commit fd5b39f217
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -101,9 +101,9 @@ checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46"
[[package]]
name = "anstyle-parse"
version = "0.2.1"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
dependencies = [
"utf8parse",
]