Skip to content

Commit

Permalink
chore(deps): bump mlua from 0.10.2 to 0.10.3
Browse files Browse the repository at this point in the history
Bumps [mlua](https://github.com/khvzak/mlua) from 0.10.2 to 0.10.3.
- [Release notes](https://github.com/khvzak/mlua/releases)
- [Changelog](https://github.com/mlua-rs/mlua/blob/main/CHANGELOG.md)
- [Commits](https://github.com/khvzak/mlua/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and michaeladler committed Feb 1, 2025
1 parent 30f60d3 commit 6283fca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ shellexpand = "3.0.0"
clap = { version = "4.5.18", features = [ "derive", "cargo" ] }
git-version = "0.3.9"
konst = "0.3"
mlua = { version = "0.10.1", features = ["lua54", "serialize", "send"] }
mlua = { version = "0.10.3", features = ["lua54", "serialize", "send"] }

[build-dependencies]
clap = { version = "4.5.18", features = [ "derive", "cargo" ] }
Expand Down

0 comments on commit 6283fca

Please sign in to comment.