summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Natividad <1980690+jqnatividad@users.noreply.github.com>2022-10-11 15:19:23 -0400
committerAlex Orlenko <zxteam@protonmail.com>2022-12-18 00:35:40 +0000
commit02c08c6350092f7c94d40251e649e0e1116f2374 (patch)
tree9fae179793fd48f63d4c3ff0528d13f685da7368
parent05eb20f9c6340869fa7f52a4138bc63beedc9f1f (diff)
downloadmlua-02c08c6350092f7c94d40251e649e0e1116f2374.zip
upgrade bstr from 0.2 to 1.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c228275..e471c0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ macros = ["mlua_derive/macros"]
[dependencies]
mlua_derive = { version = "=0.8.0", optional = true, path = "mlua_derive" }
-bstr = { version = "0.2", features = ["std"], default_features = false }
+bstr = { version = "1.0", features = ["std"], default_features = false }
once_cell = { version = "1.0" }
num-traits = { version = "0.2.14" }
rustc-hash = "1.0"