diff --git a/Cargo.lock b/Cargo.lock index ce0708c4..b8b4482f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,17 +2,6 @@ # It is not intended for manual editing. version = 3 -[[package]] -name = "ahash" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd" -dependencies = [ - "getrandom", - "once_cell", - "version_check", -] - [[package]] name = "ahash" version = "0.8.7" @@ -60,6 +49,12 @@ dependencies = [ "alloc-no-stdlib", ] +[[package]] +name = "allocator-api2" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" + [[package]] name = "anes" version = "0.1.6" @@ -498,11 +493,12 @@ checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" [[package]] name = "hashbrown" -version = "0.12.3" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" +checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" dependencies = [ - "ahash 0.7.7", + "ahash", + "allocator-api2", ] [[package]] @@ -624,7 +620,7 @@ checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" name = "lingua" version = "1.6.2" dependencies = [ - "ahash 0.8.7", + "ahash", "brotli", "cld2", "compact_str", @@ -2027,9 +2023,9 @@ dependencies = [ [[package]] name = "whatlang" -version = "0.16.3" +version = "0.16.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcdcd0195a5b871e50926da8e881277f36a4621b3220d85092e7b91cc85f6bd9" +checksum = "471d1c1645d361eb782a1650b1786a8fb58dd625e681a04c09f5ff7c8764a7b0" dependencies = [ "hashbrown", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index b39c2ce1..e9ea335d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,7 +147,7 @@ indoc = { version = "2.0.4", optional = true } pyo3 = { version = "0.20.1", optional = true } rayon = "1.8.0" titlecase = { version = "2.2.0", optional = true } -whatlang = { version = "0.16.3", optional = true } +whatlang = { version = "0.16.4", optional = true } whichlang = { version = "0.1.0", optional = true } [target.'cfg(target_family = "wasm")'.dependencies]