Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent 9964a17 commit c94d0c8
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 18 deletions.
53 changes: 37 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ indexmap = { version = "~2.1.0", default-features = false, features = ["std"], o
indoc = {version = "2.0.4", optional = true }
itertools = { version = "0.12.0", default-features = false, optional = true }
lalrpop-util = { version = "0.20", optional = true }
mlua = { version = "0.9.1", default-features = false, features = ["lua54", "send", "vendored"], optional = true}
mlua = { version = "0.9.2", default-features = false, features = ["lua54", "send", "vendored"], optional = true}
nom = { version = "7.1.3", default-features = false, features = ["std"], optional = true }
once_cell = { version = "1.17", default-features = false, features = ["std"], optional = true }
ordered-float = { version = "4", default-features = false, optional = true }
Expand Down Expand Up @@ -150,7 +150,7 @@ serde_json = "1"
indoc = "2.0.4"
tracing-test = { version = "0.2", default-features = false }
toml = { version = "0.8.8", default-features = false }
mlua = { version = "0.9.1", default-features = false, features = ["lua54", "send", "vendored"]}
mlua = { version = "0.9.2", default-features = false, features = ["lua54", "send", "vendored"]}
quickcheck = { version = "1.0.3"}
regex = { version = "1", default-features = false, features = ["std", "perf", "unicode"] }
paste = { version = "1", default-features = false }
Expand Down

0 comments on commit c94d0c8

Please sign in to comment.