summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Orlenko <zxteam@protonmail.com>2024-06-18 11:18:55 +0100
committerAlex Orlenko <zxteam@protonmail.com>2024-06-18 11:18:55 +0100
commit4f1d2abbcbe66eef207f2b1206cfd6d6c402fb8f (patch)
tree008492a83d7771cbb3d6b164121e8dd5d6b5a6cf
parenta25e81036eb07049db2a20b48bc243410ea1b757 (diff)
downloadmlua-4f1d2abbcbe66eef207f2b1206cfd6d6c402fb8f.zip
Bump rustc-hash to 2.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 }