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

build(deps): update glib

This commit is contained in:
Jake Stanger 2023-12-31 00:42:06 +00:00
parent c356b22401
commit 1b54de98e6
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1220,9 +1220,9 @@ dependencies = [
[[package]] [[package]]
name = "glib" name = "glib"
version = "0.18.4" version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "951bbd7fdc5c044ede9f05170f05a3ae9479239c3afdfe2d22d537a3add15c4e" checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
dependencies = [ dependencies = [
"bitflags 2.4.0", "bitflags 2.4.0",
"futures-channel", "futures-channel",

View file

@ -65,7 +65,7 @@ workspaces = ["futures-util"]
# core # core
gtk = "0.18.1" gtk = "0.18.1"
gtk-layer-shell = "0.8.0" gtk-layer-shell = "0.8.0"
glib = "0.18.4" glib = "0.18.5"
tokio = { version = "1.35.1", features = [ tokio = { version = "1.35.1", features = [
"macros", "macros",
"rt-multi-thread", "rt-multi-thread",