From 8002c93ff2114c60ca476f88458d11f262774dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 19:27:09 +0000 Subject: [PATCH] Bump glib from 0.15.11 to 0.15.12 Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.15.11 to 0.15.12. - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.15.11...0.15.12) --- 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 3e30390..b93fd51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "glib" -version = "0.15.11" +version = "0.15.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd124026a2fa8c33a3d17a3fe59c103f2d9fa5bd92c19e029e037736729abeab" +checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d" dependencies = [ "bitflags", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 0590551..96893df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ gtk = { version = "0.15.5", features = ["v3_24_30"] } gio = { version = "0.15.11", features = ["v2_72"] } gdk = "0.15.4" gdk-pixbuf = "0.15.11" -glib = "0.15.11" +glib = "0.15.12" serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81"