From 0a85f3731ca61ab50776494f99b7eb191a65b2b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 01:45:53 +0000 Subject: [PATCH] build(deps): bump mlua from 0.9.0 to 0.9.1 Bumps [mlua](https://github.com/khvzak/mlua) from 0.9.0 to 0.9.1. - [Changelog](https://github.com/khvzak/mlua/blob/master/CHANGELOG.md) - [Commits](https://github.com/khvzak/mlua/compare/v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: mlua dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a441ca2dec..0b0d2523655 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3178,9 +3178,9 @@ dependencies = [ [[package]] name = "mlua" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6356d163eb2ebaa9caafc3a3ed6aedc686128e913557cd3a5591fd4cd726f5" +checksum = "6c3a7a7ff4481ec91b951a733390211a8ace1caba57266ccb5f4d4966704e560" dependencies = [ "bstr 1.6.0", "futures-util",