1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 14:21:03 +02:00

build(deps): bump anstream from 0.6.7 to 0.6.18 in the cargo group

Bumps the cargo group with 1 update: [anstream](https://github.com/rust-cli/anstyle).


Updates `anstream` from 0.6.7 to 0.6.18
- [Commits](https://github.com/rust-cli/anstyle/compare/anstream-v0.6.7...anstream-v0.6.18)

---
updated-dependencies:
- dependency-name: anstream
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-04 23:31:30 +00:00 committed by GitHub
parent 557005df7e
commit 7a846b0bb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
Cargo.lock generated
View file

@ -56,15 +56,16 @@ dependencies = [
[[package]]
name = "anstream"
version = "0.6.7"
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba"
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
@ -94,12 +95,12 @@ dependencies = [
[[package]]
name = "anstyle-wincon"
version = "3.0.1"
version = "3.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]
@ -1723,6 +1724,12 @@ dependencies = [
"zbus",
]
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
[[package]]
name = "itoa"
version = "1.0.6"