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