Bump glib from 0.16.3 to 0.16.7

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

---
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-12-19 17:06:10 +00:00 committed by GitHub
parent 50fefee7cf
commit df57421b9b
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]] [[package]]
name = "glib" name = "glib"
version = "0.16.3" version = "0.16.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50feee2f1e73be50e6634c901bfced69a0937c5e4e4673067ade85e093fa9bd7" checksum = "ddd4df61a866ed7259d6189b8bcb1464989a77f1d85d25d002279bbe9dd38b2f"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"futures-channel", "futures-channel",

View File

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