From 14f41a38e4b0a47e349a0bd8895ea341507aab0d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 5 Dec 2022 17:08:11 +0000
Subject: [PATCH] Bump glib from 0.16.3 to 0.16.5

Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.16.3 to 0.16.5.
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.16.3...0.16.5)

---
updated-dependencies:
- dependency-name: glib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index a7c04fc..9462197 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -437,9 +437,9 @@ dependencies = [
 
 [[package]]
 name = "glib"
-version = "0.16.3"
+version = "0.16.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "50feee2f1e73be50e6634c901bfced69a0937c5e4e4673067ade85e093fa9bd7"
+checksum = "0cd04d150a2c63e6779f43aec7e04f5374252479b7bed5f45146d9c0e821f161"
 dependencies = [
  "bitflags",
  "futures-channel",
diff --git a/Cargo.toml b/Cargo.toml
index fa1ca71..2474572 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ gtk = { version = "0.16.1", features = ["v3_24_30"] }
 gio = { version = "0.16.3", features = ["v2_72"] }
 gdk = "0.16.0"
 gdk-pixbuf = "0.16.3"
-glib = "0.16.3"
+glib = "0.16.5"
 serde = { version = "1.0.147", features = ["derive"] }
 serde_json = "1.0.89"
 reqwest = { version = "0.11.13", features = ["blocking"] }