build(deps): bump glib from 0.18.5 to 0.20.0 in /desktop/tauri/src-tauri

Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.18.5 to 0.20.0.
- [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](https://github.com/gtk-rs/gtk-rs-core/compare/0.18.5...0.20.0)

---
updated-dependencies:
- dependency-name: glib
  dependency-version: 0.20.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-03 14:24:40 +00:00
committed by GitHub
parent 201b9a8773
commit 57186807eb
2 changed files with 168 additions and 70 deletions

View File

@@ -57,7 +57,7 @@ dark-light = { path = "../rust-dark-light" }
# Linux only
[target.'cfg(target_os = "linux")'.dependencies]
glib = "0.18.4"
glib = "0.20.0"
gtk-sys = "0.18.0"
glib-sys = "0.18.1"
gdk-pixbuf = "0.18.3"