diff --git a/Cargo.lock b/Cargo.lock index d78b670..9204f32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2707,7 +2707,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" dependencies = [ "anyhow", - "itertools 0.13.0", + "itertools 0.14.0", "proc-macro2", "quote", "syn", @@ -3549,9 +3549,9 @@ dependencies = [ [[package]] name = "simdeez" -version = "2.0.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e08cb8b1603106d47fbd32f34f5e4f332bb07c02c7b2c6ebad893e6f6ba53f9e" +checksum = "35bc92272e09cdb506befe0c48f5f865fdda52e77bbe1738f74bed79f29c4733" dependencies = [ "cfg-if", "paste", @@ -5232,7 +5232,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 56a1ce6..90d9816 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ bit-set = { version = "0.8.0" } memchr = { version = "2.7.6", features = ["std"] } rapidhash = { version = "4.2.1" } regex = { version = "1.12.2" } -simdeez = { version = "2.0.0" } +simdeez = { version = "3.0.1" } # speed, but parallelism for local deployment rayon = { version = "1.11.0" } # ast