From 1b54de98e676d93a8e8ff968b10c9b2d113de016 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sun, 31 Dec 2023 00:42:06 +0000 Subject: [PATCH] build(deps): update glib --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6892754..97e1b3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1220,9 +1220,9 @@ dependencies = [ [[package]] name = "glib" -version = "0.18.4" +version = "0.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "951bbd7fdc5c044ede9f05170f05a3ae9479239c3afdfe2d22d537a3add15c4e" +checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" dependencies = [ "bitflags 2.4.0", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index beaa7cf..6fb9dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ workspaces = ["futures-util"] # core gtk = "0.18.1" gtk-layer-shell = "0.8.0" -glib = "0.18.4" +glib = "0.18.5" tokio = { version = "1.35.1", features = [ "macros", "rt-multi-thread",