From 4f1d2abbcbe66eef207f2b1206cfd6d6c402fb8f Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Tue, 18 Jun 2024 11:18:55 +0100 Subject: [PATCH] Bump rustc-hash to 2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6c7992..7a826fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ mlua_derive = { version = "=0.9.3", optional = true, path = "mlua_derive" } bstr = { version = "1.0", features = ["std"], default_features = false } once_cell = { version = "1.0" } num-traits = { version = "0.2.14" } -rustc-hash = "1.0" +rustc-hash = "2.0" futures-util = { version = "0.3", optional = true, default-features = false, features = ["std"] } serde = { version = "1.0", optional = true } erased-serde = { version = "0.4", optional = true }