1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 14:51:04 +02:00

Merge pull request #958 from JakeStanger/dependabot/cargo/lua-src-547.1.0

build(deps): bump lua-src from 547.0.0 to 547.1.0
This commit is contained in:
Jake Stanger 2025-05-05 18:47:35 +01:00 committed by GitHub
commit 95669fcf38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1982,9 +1982,9 @@ checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
[[package]] [[package]]
name = "lua-src" name = "lua-src"
version = "547.0.0" version = "547.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42" checksum = "2a1074d33e0b22489633685b9a33193d766dbf5d802d33a6639a97b3c99f8ebf"
dependencies = [ dependencies = [
"cc", "cc",
] ]

View file

@ -148,7 +148,7 @@ clap = { version = "4.5.37", optional = true, features = ["derive"] }
reqwest = { version = "0.12.15", default-features = false, features = ["default-tls", "http2"], optional = true } reqwest = { version = "0.12.15", default-features = false, features = ["default-tls", "http2"], optional = true }
# cairo # cairo
lua-src = { version = "547.0.0", optional = true } lua-src = { version = "547.1.0", optional = true }
mlua = { version = "0.10.3", optional = true, features = ["luajit", "send"] } mlua = { version = "0.10.3", optional = true, features = ["luajit", "send"] }
cairo-rs = { version = "0.18.5", optional = true, features = ["png"] } cairo-rs = { version = "0.18.5", optional = true, features = ["png"] }