diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2024-06-18 11:18:55 +0100 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2024-06-18 11:18:55 +0100 |
commit | 4f1d2abbcbe66eef207f2b1206cfd6d6c402fb8f (patch) | |
tree | 008492a83d7771cbb3d6b164121e8dd5d6b5a6cf | |
parent | a25e81036eb07049db2a20b48bc243410ea1b757 (diff) | |
download | mlua-4f1d2abbcbe66eef207f2b1206cfd6d6c402fb8f.zip |
Bump rustc-hash to 2.0
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |