diff --git a/Cargo.lock b/Cargo.lock index 04a4669..24a3ca4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -415,9 +415,9 @@ checksum = "92620684d99f750bae383ecb3be3748142d6095760afd5cbcf2261e9a279d780" [[package]] name = "hakari" -version = "0.16.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b662b31e7862ecf1037edfcd843e69753f4f601146318e180801f628b72c1e67" +checksum = "57d919de3d70926b00e8e4ccd9c3b9ec674e4a9579347e891457dda22e1af582" dependencies = [ "atomicwrites", "bimap", diff --git a/nexlint/Cargo.toml b/nexlint/Cargo.toml index cb675d9..63de521 100644 --- a/nexlint/Cargo.toml +++ b/nexlint/Cargo.toml @@ -9,7 +9,7 @@ camino = { version = "1.1.6", features = ["serde1"] } debug-ignore = "1.0.5" determinator = "0.12.0" guppy = "0.17.1" -hakari = { version = "0.16.0", features = ["cli-support"] } +hakari = { version = "0.17.1", features = ["cli-support"] } hex = "0.4.3" once_cell = "1.18.0" serde = { version = "1.0.188", features = ["derive"] }