diff --git a/Cargo.lock b/Cargo.lock index 6ba6e6f0515..822810c1fa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,9 +16,8 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" [[package]] name = "ahash" -version = "0.8.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" +version = "0.8.10" +source = "git+https://github.com/mtshiba/ahash.git#6615dd9af208415596c0ca2160a082a7675059f6" dependencies = [ "cfg-if", "getrandom 0.3.3", diff --git a/Cargo.toml b/Cargo.toml index 4151393212a..822d4bf5e51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -163,7 +163,7 @@ ruff_python_ast = { git = "https://github.com/astral-sh/ruff.git", tag = "0.11.0 ruff_text_size = { git = "https://github.com/astral-sh/ruff.git", tag = "0.11.0" } ruff_source_file = { git = "https://github.com/astral-sh/ruff.git", tag = "0.11.0" } -ahash = "0.8.11" +ahash = { git = "https://github.com/mtshiba/ahash.git" } ascii = "1.1" bitflags = "2.9.1" bstr = "1"