Skip to content

Commit

Permalink
Merge pull request #649 from JakeStanger/dependabot/cargo/mlua-0.9.9
Browse files Browse the repository at this point in the history
build(deps): bump mlua from 0.9.8 to 0.9.9
  • Loading branch information
JakeStanger authored Jun 25, 2024
2 parents fdc84b9 + ffa688b commit 6a06fa5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -123,7 +123,7 @@ reqwest = { version = "0.12.5", default-features = false, features = ["default-t

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

# clipboard
Expand Down

0 comments on commit 6a06fa5

Please sign in to comment.