build(deps): bump mlua from 0.8.8 to 0.8.9 (#50)

Bumps [mlua](https://github.com/khvzak/mlua) from 0.8.8 to 0.8.9.
- [Changelog](https://github.com/khvzak/mlua/blob/v0.8.9/CHANGELOG.md)
- [Commits](https://github.com/khvzak/mlua/compare/v0.8.8...v0.8.9)

---
updated-dependencies:
- dependency-name: mlua
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-17 12:58:49 +08:00 committed by GitHub
parent 452969961e
commit b2ea0a48ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ edition.workspace = true
anyhow.workspace = true
clap.workspace = true
clap_complete.workspace = true
mlua = { version = "0.8.1" }
mlua = { version = "0.8.9" }
[features]
default = ["lua54"]