Skip to content

Commit 72ac8e9

Browse files
committed
Update anstream to 0.6.18 to fix a check-cfg issue
1 parent e4cb25d commit 72ac8e9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ dependencies = [
112112

113113
[[package]]
114114
name = "anstream"
115-
version = "0.6.15"
115+
version = "0.6.18"
116116
source = "registry+https://github.com/rust-lang/crates.io-index"
117-
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
117+
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
118118
dependencies = [
119119
"anstyle",
120120
"anstyle-parse",
@@ -173,12 +173,12 @@ dependencies = [
173173

174174
[[package]]
175175
name = "anstyle-wincon"
176-
version = "3.0.4"
176+
version = "3.0.6"
177177
source = "registry+https://github.com/rust-lang/crates.io-index"
178-
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
178+
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
179179
dependencies = [
180180
"anstyle",
181-
"windows-sys 0.52.0",
181+
"windows-sys 0.59.0",
182182
]
183183

184184
[[package]]
@@ -1991,7 +1991,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
19911991
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
19921992
dependencies = [
19931993
"cfg-if",
1994-
"windows-targets 0.52.6",
1994+
"windows-targets 0.48.5",
19951995
]
19961996

19971997
[[package]]
@@ -5929,7 +5929,7 @@ version = "0.1.9"
59295929
source = "registry+https://github.com/rust-lang/crates.io-index"
59305930
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
59315931
dependencies = [
5932-
"windows-sys 0.59.0",
5932+
"windows-sys 0.48.0",
59335933
]
59345934

59355935
[[package]]

0 commit comments

Comments
 (0)