Bump gtk from 0.16.0 to 0.16.1
Bumps [gtk](https://github.com/gtk-rs/gtk3-rs) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/gtk-rs/gtk3-rs/releases) - [Commits](https://github.com/gtk-rs/gtk3-rs/commits) --- updated-dependencies: - dependency-name: gtk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
23d01502b7
commit
d5603bb6cb
|
@ -495,9 +495,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gtk"
|
name = "gtk"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "200d06a383a5ce5fa5611fa37f5ab34286289ede05d41c1f21aa8a2e1975c0ba"
|
checksum = "ca4ab4a5a19d45748f405d2e00201e86d351e80cc13b9d43dfb9be35033a8bd6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atk",
|
"atk",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
|
|
@ -13,7 +13,7 @@ pacmanconf = "2.0.0"
|
||||||
subprocess = "0.2.9"
|
subprocess = "0.2.9"
|
||||||
once_cell = "1.16.0"
|
once_cell = "1.16.0"
|
||||||
gettext-rs = { version = "0.7", features = ["gettext-system"] }
|
gettext-rs = { version = "0.7", features = ["gettext-system"] }
|
||||||
gtk = { version = "0.16.0", features = ["v3_24_30"] }
|
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.0"
|
gdk-pixbuf = "0.16.0"
|
||||||
|
|
Loading…
Reference in New Issue