Skip to content

Commit

Permalink
Merge pull request #601 from JakeStanger/dependabot/cargo/mlua-0.9.8
Browse files Browse the repository at this point in the history
build(deps): bump mlua from 0.9.7 to 0.9.8
  • Loading branch information
JakeStanger committed May 21, 2024
2 parents 4ad4b0e + e1efcd2 commit d8d963e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.4", default_features = false, features = ["default-t

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

# clipboard
Expand Down

0 comments on commit d8d963e

Please sign in to comment.