1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 11:24:24 +02:00

Merge pull request #667 from JakeStanger/dependabot/cargo/gtk-layer-shell-0.8.1

build(deps): bump gtk-layer-shell from 0.8.0 to 0.8.1
This commit is contained in:
Jake Stanger 2024-07-19 17:15:46 +01:00 committed by GitHub
commit 73bdff656f
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

@ -1234,9 +1234,9 @@ dependencies = [
[[package]]
name = "gtk-layer-shell"
version = "0.8.0"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19fd93acba7b8ea8918fc564843a22cd1eeffe234b85a8c7d5732c611a425bb0"
checksum = "adb41643070b55cdda5a4a10a338520cff4345395e342b754c02f341e4107383"
dependencies = [
"bitflags 2.4.0",
"gdk",

View file

@ -81,7 +81,7 @@ schema = ["dep:schemars"]
[dependencies]
# core
gtk = "0.18.1"
gtk-layer-shell = "0.8.0"
gtk-layer-shell = "0.8.1"
glib = "0.18.5"
tokio = { version = "1.38.0", features = [
"macros",