Skip to content

Commit

Permalink
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 Jan 28, 2025
1 parent f119600 commit c92faad
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 @@ -12,7 +12,7 @@ libc = "0.2.169"
yeslogic-fontconfig-sys = "6.0.0"
env_logger = "0.11.6"
log = "0.4.25"
mlua = { version = "0.10.2", features = ["lua54", "serialize"] }
mlua = { version = "0.10.3", features = ["lua54", "serialize"] }
serde = { version = "1.0.216", features = ["derive"] }

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down

0 comments on commit c92faad

Please sign in to comment.