Bump glib from 0.16.2 to 0.16.3

Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.16.2 to 0.16.3.
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.16.2...0.16.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] 2022-11-17 18:54:09 +00:00 committed by GitHub
parent 23d01502b7
commit 67bab48d17
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

@ -437,9 +437,9 @@ dependencies = [
[[package]]
name = "glib"
version = "0.16.2"
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5abffa711471e015eb93d65d6ea20e7e9f6f7951fc0a1042280439319b2de06"
checksum = "50feee2f1e73be50e6634c901bfced69a0937c5e4e4673067ade85e093fa9bd7"
dependencies = [
"bitflags",
"futures-channel",

View File

@ -17,7 +17,7 @@ gtk = { version = "0.16.0", features = ["v3_24_30"] }
gio = { version = "0.16.3", features = ["v2_72"] }
gdk = "0.16.0"
gdk-pixbuf = "0.16.0"
glib = "0.16.2"
glib = "0.16.3"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
reqwest = { version = "0.11.12", features = ["blocking"] }