Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Bump the gtk group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [glib](https://github.com/gtk-rs/gtk-rs-core), [glib-sys](https://github.com/gtk-rs/gtk-rs-core) and [gio](https://github.com/gtk-rs/gtk-rs-core) to permit the latest version.

Updates `glib` to 0.18.5
- [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](gtk-rs/gtk-rs-core@0.18.0...0.18.5)

Updates `glib-sys` to 0.20.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](gtk-rs/gtk-rs-core@0.18.0...0.20.2)

Updates `gio` to 0.18.4
- [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](gtk-rs/gtk-rs-core@0.18.0...0.18.4)

---
updated-dependencies:
- dependency-name: glib
  dependency-type: direct:production
  dependency-group: gtk
- dependency-name: glib-sys
  dependency-type: direct:production
  dependency-group: gtk
- dependency-name: gio
  dependency-type: direct:production
  dependency-group: gtk
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent 730ab86 commit 1b31207
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ license = "MIT"
system-deps = "7"
libc = "0.2"
bitflags = "2"
glib = "0.18"
glib-sys = "0.18"
glib = "0.20"
glib-sys = "0.20"
gdk = { version = "0.18", features = ["v3_24"] }
gdk-sys = "0.18"
gtk-sys = "0.18"
gtk = "0.18"
gio = "0.18"
gio = "0.20"
shell-words = "1.0"
tempfile = "3"
gtk-layer-shell-sys = { path = "gtk-layer-shell-sys", version = "0.7" }

0 comments on commit 1b31207

Please sign in to comment.