From 935186fe0e1a1c2adf54f337bb7b99e8afbb66b1 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Sun, 30 Mar 2025 11:04:28 +0000 Subject: [PATCH] fix(deps): update rust crate once_cell to 1.21.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d67ad926..4db1c7f49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -649,9 +649,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.2" +version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "parking_lot" diff --git a/Cargo.toml b/Cargo.toml index 5d0778f79..bcf747cf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -228,7 +228,7 @@ colored = "2.2" dialoguer = "0.11" futures = "0.3" indexmap = "2.7" -once_cell = "1.17" +once_cell = "1.21.3" # The profile that 'dist' will build with [profile.dist]