diff --git a/Cargo.lock b/Cargo.lock index 9293323..7f6fd3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,9 +310,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rustc-hash" -version = "2.0.0" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" +checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" [[package]] name = "smartstring" diff --git a/Cargo.toml b/Cargo.toml index bd11d47..2132c9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ anyhow = "1" clap = { version = "4.0.2", features = ["derive"] } rayon = "1.3" regex = "1" -rustc-hash = "2.0" +rustc-hash = "2.1" smartstring = "1" [target.'cfg(not(target_env = "msvc"))'.dependencies]