From 24b6b787a229d2db806a2fa92a24ca845a535d38 Mon Sep 17 00:00:00 2001 From: mrtnzlml <978368+mrtnzlml@users.noreply.github.com> Date: Mon, 20 Jan 2025 05:00:39 +0000 Subject: [PATCH] Weekly Rust Cargo update (src/x/Cargo.toml) --- src/x/Cargo.lock | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/x/Cargo.lock b/src/x/Cargo.lock index 565d85876b..8fc0cb27e5 100644 --- a/src/x/Cargo.lock +++ b/src/x/Cargo.lock @@ -43,11 +43,12 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "3.0.6" +version = "3.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" +checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" dependencies = [ "anstyle", + "once_cell", "windows-sys", ] @@ -142,6 +143,12 @@ version = "0.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +[[package]] +name = "once_cell" +version = "1.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" + [[package]] name = "proc-macro2" version = "1.0.93"