From a8bf1b71a91986bc0a4a3f4063dfb8f60affedf4 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sat, 29 Mar 2025 03:12:02 +0000 Subject: [PATCH] fix(deps): update rust crate once_cell to 1.21.3 --- Cargo.lock | 4 ++-- nexlint/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0038928..3c3cb78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -706,9 +706,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.3" +version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "owo-colors" diff --git a/nexlint/Cargo.toml b/nexlint/Cargo.toml index cacd8f6..06d20c7 100644 --- a/nexlint/Cargo.toml +++ b/nexlint/Cargo.toml @@ -11,5 +11,5 @@ determinator = "0.12.0" guppy = "0.17.17" hakari = { version = "0.17.8", features = ["cli-support"] } hex = "0.4.3" -once_cell = "1.20.3" +once_cell = "1.21.3" serde = { version = "1.0.219", features = ["derive"] }