Skip to content

Commit

Permalink
build(deps): bump lua-src from 546.0.2 to 547.0.0
Browse files Browse the repository at this point in the history
Bumps [lua-src](https://github.com/khvzak/lua-src-rs) from 546.0.2 to 547.0.0.
- [Commits](mlua-rs/lua-src-rs@v546.0.2...v547.0.0)

---
updated-dependencies:
- dependency-name: lua-src
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent e1d55c6 commit 03cb384
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 @@ -122,7 +122,7 @@ serde_json = { version = "1.0.120", optional = true }
reqwest = { version = "0.12.5", default-features = false, features = ["default-tls", "http2"], optional = true }

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

Expand Down

0 comments on commit 03cb384

Please sign in to comment.