1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31:03 +02:00

Merge pull request #817 from JakeStanger/dependabot/cargo/gtk-0.18.2

build(deps): bump gtk from 0.18.1 to 0.18.2
This commit is contained in:
Jake Stanger 2024-12-16 16:32:15 +00:00 committed by GitHub
commit 58ffb76a4d
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

@ -1285,9 +1285,9 @@ dependencies = [
[[package]] [[package]]
name = "gtk" name = "gtk"
version = "0.18.1" version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93c4f5e0e20b60e10631a5f06da7fe3dda744b05ad0ea71fee2f47adf865890c" checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a"
dependencies = [ dependencies = [
"atk", "atk",
"cairo-rs", "cairo-rs",

View file

@ -85,7 +85,7 @@ schema = ["dep:schemars"]
[dependencies] [dependencies]
# core # core
gtk = "0.18.1" gtk = "0.18.2"
gtk-layer-shell = "0.8.2" gtk-layer-shell = "0.8.2"
glib = "0.18.5" glib = "0.18.5"
tokio = { version = "1.42.0", features = [ tokio = { version = "1.42.0", features = [