diff --git a/Cargo.lock b/Cargo.lock index 70d9483..7dfe30e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -427,9 +427,9 @@ checksum = "92620684d99f750bae383ecb3be3748142d6095760afd5cbcf2261e9a279d780" [[package]] name = "hakari" -version = "0.17.4" +version = "0.17.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3db4569d65cb4bc06dbcd78e4dd9771e266e75e27de868fa369e995fbb8c267" +checksum = "b18b4de8a80066ba6f5f84d8124c9afae1c603584f6a85298d71b480f70fc740" dependencies = [ "ahash", "atomicwrites", diff --git a/nexlint/Cargo.toml b/nexlint/Cargo.toml index b479b96..930f7cd 100644 --- a/nexlint/Cargo.toml +++ b/nexlint/Cargo.toml @@ -9,7 +9,7 @@ camino = { version = "1.1.9", features = ["serde1"] } debug-ignore = "1.0.5" determinator = "0.12.0" guppy = "0.17.8" -hakari = { version = "0.17.4", features = ["cli-support"] } +hakari = { version = "0.17.5", features = ["cli-support"] } hex = "0.4.3" once_cell = "1.19.0" serde = { version = "1.0.210", features = ["derive"] }