Bump gio from 0.17.0 to 0.17.2
Bumps [gio](https://github.com/gtk-rs/gtk-rs-core) from 0.17.0 to 0.17.2. - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/master/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.17.0...0.17.2) --- updated-dependencies: - dependency-name: gio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
14ad98637b
commit
7886403c48
|
@ -405,9 +405,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gio"
|
name = "gio"
|
||||||
version = "0.17.0"
|
version = "0.17.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1981edf8679d2f2c8ec3120015867f45aa0a1c2d5e3e129ca2f7dda174d3d2a9"
|
checksum = "65acfc24267314eee46f49e0a531e08fd6c3025040d1cfb4a7cd8e41c5e06116"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
|
|
|
@ -14,7 +14,7 @@ subprocess = "0.2.9"
|
||||||
once_cell = "1.17.1"
|
once_cell = "1.17.1"
|
||||||
gettext-rs = { version = "0.7", features = ["gettext-system"] }
|
gettext-rs = { version = "0.7", features = ["gettext-system"] }
|
||||||
gtk = { version = "0.17.0", features = ["v3_24_30"] }
|
gtk = { version = "0.17.0", features = ["v3_24_30"] }
|
||||||
gio = { version = "0.17.0", features = ["v2_72"] }
|
gio = { version = "0.17.2", features = ["v2_72"] }
|
||||||
gdk = "0.17.0"
|
gdk = "0.17.0"
|
||||||
gdk-pixbuf = "0.17.0"
|
gdk-pixbuf = "0.17.0"
|
||||||
glib = "0.17.1"
|
glib = "0.17.1"
|
||||||
|
|
Loading…
Reference in New Issue