about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUrgau <urgau@numericable.fr>2024-11-04 19:17:39 +0100
committerUrgau <urgau@numericable.fr>2024-11-18 18:52:27 +0100
commite8bd643450c79181751aad61020a868dd6f76acd (patch)
tree420b87570fae243f39ffa77cb38306460e3001a0
parentcc48194bafb621e1312e318c5911edef9a3b9e00 (diff)
downloadrust-e8bd643450c79181751aad61020a868dd6f76acd.tar.gz
rust-e8bd643450c79181751aad61020a868dd6f76acd.zip
Update `anstream` to 0.6.18 to fix a check-cfg issue
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e5025a1ba4f..c8d26559728 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -111,9 +111,9 @@ dependencies = [
 
 [[package]]
 name = "anstream"
-version = "0.6.17"
+version = "0.6.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338"
+checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
 dependencies = [
  "anstyle",
  "anstyle-parse",