1
0
mirror of https://github.com/containers/youki synced 2024-11-23 09:21:57 +01:00

Merge pull request #2371 from containers/dependabot/cargo/termcolor-1.3.0

chore(deps): bump termcolor from 1.2.0 to 1.3.0
This commit is contained in:
Yashodhan 2023-09-20 11:30:02 +05:30 committed by GitHub
commit 57ffefe893
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -3831,9 +3831,9 @@ dependencies = [
[[package]]
name = "termcolor"
version = "1.2.0"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
dependencies = [
"winapi-util",
]