From 92fc56c4c86bfd6f5768146f12e5a5ca6be24b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:05:35 +0000 Subject: [PATCH] Bump glib from 0.17.1 to 0.17.2 Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.17.1 to 0.17.2. - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/master/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.17.1...0.17.2) --- updated-dependencies: - dependency-name: glib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 396d62b..81e51f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,9 +438,9 @@ dependencies = [ [[package]] name = "glib" -version = "0.17.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91b429154ec5943185aeeaf79e646297567b6a056965f1e89da2657a0e23255b" +checksum = "a78b6a0901e258cb03c761ca94c84d519427ede489cae12cd5ba0d7d584e69e9" dependencies = [ "bitflags", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 9cdf967..d329d6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ gtk = { version = "0.17.0", features = ["v3_24_30"] } gio = { version = "0.17.0", features = ["v2_72"] } gdk = "0.17.0" gdk-pixbuf = "0.17.0" -glib = "0.17.1" +glib = "0.17.2" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.93" reqwest = { version = "0.11.14", features = ["blocking"] }