Bump glib from 0.17.1 to 0.17.2

Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.17.1 to 0.17.2.
- [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.2)

---
updated-dependencies:
- dependency-name: glib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-27 18:05:35 +00:00 committed by GitHub
parent 14ad98637b
commit 92fc56c4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -438,9 +438,9 @@ dependencies = [
[[package]]
name = "glib"
version = "0.17.1"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91b429154ec5943185aeeaf79e646297567b6a056965f1e89da2657a0e23255b"
checksum = "a78b6a0901e258cb03c761ca94c84d519427ede489cae12cd5ba0d7d584e69e9"
dependencies = [
"bitflags",
"futures-channel",

View File

@ -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.2"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
reqwest = { version = "0.11.14", features = ["blocking"] }