From 8fe6ec65a2dcbadeb9c45d7cc1a4fc80afe6239e Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 7 May 2024 04:39:11 +0000 Subject: [PATCH] fix(deps): update rust crate once_cell to 1.19.0 --- nexlint/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexlint/Cargo.toml b/nexlint/Cargo.toml index a65563a..7ab295b 100644 --- a/nexlint/Cargo.toml +++ b/nexlint/Cargo.toml @@ -11,5 +11,5 @@ determinator = "0.12.0" guppy = "0.17.5" hakari = { version = "0.17.2", features = ["cli-support"] } hex = "0.4.3" -once_cell = "1.18.0" +once_cell = "1.19.0" serde = { version = "1.0.193", features = ["derive"] }