From 68d3eb268164f19a7faa96466ce29751c4f700e9 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Tue, 11 Oct 2022 15:19:23 -0400 Subject: [PATCH] upgrade bstr from 0.2 to 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd1c31a..40e8d6d 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"