From 925a30a427df2265a27ab380cf962bfd81ad3231 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Fri, 11 Nov 2022 15:01:54 +0800 Subject: [PATCH] Update ahash dependency. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4db19d3b..dc714627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,7 @@ categories = ["no-std", "embedded", "wasm", "parser-implementations"] [dependencies] smallvec = { version = "1.7", default-features = false, features = ["union", "const_new", "const_generics"] } -# 0.8.1 pulls in `getrandom/js` which breaks no-std -ahash = { version = "=0.8.0", default-features = false, features = ["compile-time-rng"] } +ahash = { version = "0.8.2", default-features = false, features = ["compile-time-rng"] } num-traits = { version = "0.2", default-features = false } bitflags = { version = "1", default-features = false } smartstring = { version = "1", default-features = false }