Bump glib from 0.15.11 to 0.15.12

Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.15.11 to 0.15.12.
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.15.11...0.15.12)

---
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-06-27 19:27:09 +00:00 committed by GitHub
parent 674325e565
commit 8002c93ff2
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

@ -286,9 +286,9 @@ dependencies = [
[[package]] [[package]]
name = "glib" name = "glib"
version = "0.15.11" version = "0.15.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd124026a2fa8c33a3d17a3fe59c103f2d9fa5bd92c19e029e037736729abeab" checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"futures-channel", "futures-channel",

View File

@ -13,7 +13,7 @@ gtk = { version = "0.15.5", features = ["v3_24_30"] }
gio = { version = "0.15.11", features = ["v2_72"] } gio = { version = "0.15.11", features = ["v2_72"] }
gdk = "0.15.4" gdk = "0.15.4"
gdk-pixbuf = "0.15.11" gdk-pixbuf = "0.15.11"
glib = "0.15.11" glib = "0.15.12"
serde = { version = "1.0.137", features = ["derive"] } serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81" serde_json = "1.0.81"