Bump glib from 0.16.3 to 0.16.5
Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.16.3 to 0.16.5. - [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.5) --- 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:
parent
50fefee7cf
commit
14f41a38e4
|
@ -437,9 +437,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "glib"
|
name = "glib"
|
||||||
version = "0.16.3"
|
version = "0.16.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "50feee2f1e73be50e6634c901bfced69a0937c5e4e4673067ade85e093fa9bd7"
|
checksum = "0cd04d150a2c63e6779f43aec7e04f5374252479b7bed5f45146d9c0e821f161"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
|
|
|
@ -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.5"
|
||||||
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"] }
|
||||||
|
|
Loading…
Reference in New Issue