Skip to content

Commit

Permalink
build(deps): bump mlua from 0.8.10 to 0.9.2
Browse files Browse the repository at this point in the history
Bumps [mlua](https://github.com/khvzak/mlua) from 0.8.10 to 0.9.2.
- [Changelog](https://github.com/khvzak/mlua/blob/master/CHANGELOG.md)
- [Commits](mlua-rs/mlua@v0.8.10...v0.9.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 1, 2024
1 parent 0e49e0b commit 38fd281
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
37 changes: 19 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/lua/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lua52 = ["mlua", "mlua/lua52"]
crate-type = ["cdylib"]

[dependencies]
mlua = { version = "0.8", features = [
mlua = { version = "0.9", features = [
"module",
], default-features = false, optional = true }
opendal.workspace = true

0 comments on commit 38fd281

Please sign in to comment.