From df57421b9b88da9b3e78d107cb917a688902fc38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 17:06:10 +0000 Subject: [PATCH] Bump glib from 0.16.3 to 0.16.7 Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.16.3 to 0.16.7. - [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.7) --- 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 a7c04fc..8863e01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -437,9 +437,9 @@ dependencies = [ [[package]] name = "glib" -version = "0.16.3" +version = "0.16.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50feee2f1e73be50e6634c901bfced69a0937c5e4e4673067ade85e093fa9bd7" +checksum = "ddd4df61a866ed7259d6189b8bcb1464989a77f1d85d25d002279bbe9dd38b2f" dependencies = [ "bitflags", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index fa1ca71..d02c5fa 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.7" serde = { version = "1.0.147", features = ["derive"] } serde_json = "1.0.89" reqwest = { version = "0.11.13", features = ["blocking"] }