diff --git a/Cargo.lock b/Cargo.lock index 1f1843c..1896b61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -779,9 +779,9 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustc-hash" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" [[package]] name = "rustix" diff --git a/Cargo.toml b/Cargo.toml index 1726b0d..2911185 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ dialoguer = "0.11.0" eyre = "0.6.12" monostate = "0.1.13" owo-colors = "4.1.0" -rustc-hash = "2.0.0" +rustc-hash = "2.1.1" serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.132" similar = { version = "2.6.0", features = ["unicode"] }