diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index 6c30df6bd27d..4f61c361992e 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -38,10 +38,10 @@ path = "src/lib.rs" bench = false [target.'cfg(target_arch = "wasm32")'.dependencies] -ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] } +ahash = { version = "0.8.0", default-features = false, features = ["compile-time-rng"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] } +ahash = { version = "0.8.0", default-features = false, features = ["runtime-rng"] } [dependencies] arrow-buffer = { version = "26.0.0", path = "../arrow-buffer" }