From 0407df3952ad51ecac65677cfcdd0d62e8ef0381 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Thu, 1 Aug 2024 04:42:58 +0000 Subject: [PATCH] fix(deps): update rust crate hakari to 0.17.3 --- Cargo.lock | 4 ++-- nexlint/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99495cc..c42757b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,9 +418,9 @@ checksum = "92620684d99f750bae383ecb3be3748142d6095760afd5cbcf2261e9a279d780" [[package]] name = "hakari" -version = "0.17.2" +version = "0.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b63c66bf09cac1b7f2df6182eaf887b251b889bd2edb24feb57a1a62b3669d68" +checksum = "12bd2b14c094d2793daf279eb7624f4525e26f555fbc1647613756cf83f44755" dependencies = [ "ahash", "atomicwrites", diff --git a/nexlint/Cargo.toml b/nexlint/Cargo.toml index 356d1df..d66f2f6 100644 --- a/nexlint/Cargo.toml +++ b/nexlint/Cargo.toml @@ -9,7 +9,7 @@ camino = { version = "1.1.7", features = ["serde1"] } debug-ignore = "1.0.5" determinator = "0.12.0" guppy = "0.17.7" -hakari = { version = "0.17.2", features = ["cli-support"] } +hakari = { version = "0.17.3", features = ["cli-support"] } hex = "0.4.3" once_cell = "1.19.0" serde = { version = "1.0.204", features = ["derive"] }