From 1e7532d523c6967c81438e2c03f5730c394dd69c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:04:27 +0000 Subject: [PATCH] Bump glib from 0.17.1 to 0.17.3 Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.17.1 to 0.17.3. - [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.3) --- updated-dependencies: - dependency-name: glib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 396d62b..dd858a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,9 +438,9 @@ dependencies = [ [[package]] name = "glib" -version = "0.17.1" +version = "0.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91b429154ec5943185aeeaf79e646297567b6a056965f1e89da2657a0e23255b" +checksum = "e0ce6595f2fb74b90d15680d5c2d84cf89ca03c8ff96dcd8f4a8a6c214e629b3" dependencies = [ "bitflags", "futures-channel", @@ -461,9 +461,9 @@ dependencies = [ [[package]] name = "glib-macros" -version = "0.17.1" +version = "0.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bc80ac951300ca288dd9ab3863743c37a608fb0e5ca12863495640ec6b781ab" +checksum = "a5281157383168967254909b5f9973bc6bbfcc958760719a79a6b334689d6de3" dependencies = [ "anyhow", "heck", diff --git a/Cargo.toml b/Cargo.toml index 9cdf967..5b017a5 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.3" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.93" reqwest = { version = "0.11.14", features = ["blocking"] }