From 5ab94de0b07247d6e5a35cfabcb96f792c4d291d Mon Sep 17 00:00:00 2001 From: mrtnzlml <978368+mrtnzlml@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:00:28 +0000 Subject: [PATCH] Weekly Rust Cargo update (src/x/Cargo.toml) --- src/x/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/x/Cargo.lock b/src/x/Cargo.lock index 7dd71582ca..a5722edd2f 100644 --- a/src/x/Cargo.lock +++ b/src/x/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[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",