Skip to content

Commit

Permalink
Merge pull request #548 from JakeStanger/dependabot/cargo/mlua-0.9.7
Browse files Browse the repository at this point in the history
build(deps): bump mlua from 0.9.6 to 0.9.7
  • Loading branch information
JakeStanger authored Apr 22, 2024
2 parents f4e1e81 + a0c7a0f commit d7a6ce0
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 @@ -121,7 +121,7 @@ reqwest = { version = "0.12.3", default_features = false, features = ["default-t

# cairo
lua-src = { version = "546.0.2", optional = true }
mlua = { version = "0.9.6", optional = true, features = ["luajit"] }
mlua = { version = "0.9.7", optional = true, features = ["luajit"] }
cairo-rs = { version = "0.18.5", optional = true, features = ["png"] }

# clipboard
Expand Down

0 comments on commit d7a6ce0

Please sign in to comment.