Skip to content

Commit 99395ed

Browse files
chore(deps): bump gio from 0.21.4 to 0.22.1
Bumps [gio](https://github.com/gtk-rs/gtk-rs-core) from 0.21.4 to 0.22.1. - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](gtk-rs/gtk-rs-core@0.21.4...0.22.1) --- updated-dependencies: - dependency-name: gio dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 757681d commit 99395ed

File tree

3 files changed

+110
-27
lines changed

3 files changed

+110
-27
lines changed

Cargo.lock

Lines changed: 108 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iced_examples/application_launcher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ iced = { workspace = true, features = [
2222
] }
2323
iced_runtime.workspace = true
2424
iced_layershell.workspace = true
25-
gio = "0.21.1"
25+
gio = "0.22.1"
2626
regex = "1.11.1"
2727
xdg = "3.0.0"
2828
tracing = "0.1.40"

iced_examples/bottom_panel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish = false
1616
iced = { workspace = true, features = ["tokio", "image", "svg"] }
1717
iced_runtime.workspace = true
1818
iced_layershell.workspace = true
19-
gio = "0.21.1"
19+
gio = "0.22.1"
2020
regex = "1.11.1"
2121
xdg = "3.0.0"
2222
tracing = "0.1.40"

0 commit comments

Comments
 (0)