From 985aded8571abc282f688181f3d4fe34271bde9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 17:34:12 +0000 Subject: [PATCH] build(deps): bump glib from 0.19.5 to 0.19.6 (#32267) Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.19.5 to 0.19.6. - [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.19.5...0.19.6) --- updated-dependencies: - dependency-name: glib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d9c424e2cf..747b61d2fba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2134,9 +2134,9 @@ dependencies = [ [[package]] name = "glib" -version = "0.19.5" +version = "0.19.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be682de2914107f591efdbe2debf05d9ad70726310ee2b6a3802a697649fcc55" +checksum = "b0116c428e4841cab183a32a71b900fd6712194c20f9c424f01d2c016c96bd23" dependencies = [ "bitflags 2.5.0", "futures-channel", @@ -3436,7 +3436,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.52.5", + "windows-targets 0.48.5", ] [[package]]