From 7fb9a9b0c40108e5ae8e8b60434966fbaf6b98fc Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sat, 27 May 2023 16:01:15 +0200 Subject: [PATCH] Bump console from 0.15.5 to 0.15.7 --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c78c112e..04bec342e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,15 +354,15 @@ dependencies = [ [[package]] name = "console" -version = "0.15.5" +version = "0.15.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" +checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" dependencies = [ "encode_unicode", "lazy_static", "libc", "unicode-width", - "windows-sys 0.42.0", + "windows-sys 0.45.0", ] [[package]]