Bump glib from 0.17.1 to 0.17.3

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

---
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-03-06 18:04:27 +00:00 committed by GitHub
parent 14ad98637b
commit 1e7532d523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -438,9 +438,9 @@ dependencies = [
[[package]]
name = "glib"
version = "0.17.1"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91b429154ec5943185aeeaf79e646297567b6a056965f1e89da2657a0e23255b"
checksum = "e0ce6595f2fb74b90d15680d5c2d84cf89ca03c8ff96dcd8f4a8a6c214e629b3"
dependencies = [
"bitflags",
"futures-channel",
@ -461,9 +461,9 @@ dependencies = [
[[package]]
name = "glib-macros"
version = "0.17.1"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bc80ac951300ca288dd9ab3863743c37a608fb0e5ca12863495640ec6b781ab"
checksum = "a5281157383168967254909b5f9973bc6bbfcc958760719a79a6b334689d6de3"
dependencies = [
"anyhow",
"heck",

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