[PR #562] [CLOSED] build(deps): bump glib from 0.18.5 to 0.19.5 #9230

Closed
opened 2026-05-23 03:56:00 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/562
Author: @dependabot[bot]
Created: 4/29/2024
Status: Closed

Base: masterHead: dependabot/cargo/glib-0.19.5


📝 Commits (1)

  • 4706176 build(deps): bump glib from 0.18.5 to 0.19.5

📊 Changes

2 files changed (+125 additions, -36 deletions)

View changed files

📝 Cargo.lock (+124 -35)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps glib from 0.18.5 to 0.19.5.

Release notes

Sourced from glib's releases.

0.19.5

Bilal Elmoussaoui:
      Revert "glib: Auto generate various win32 functions"
      glib/gio: Remove no longer used version/ignore
      glib: Ignore new unsafe functions

Fina Wilke: glib-macros/properties: Allow structs with no properties glib::wrapper: Add docs for impls generated by the wrapper macro

Kévin Commaille: glib-macros: Improve error message when Properties struct doesn't have at least one #[property(…)]

Sebastian Dröge: Update version to 0.19.4 Update gir Update gir-files Regenerate with updated gir / gir-files glib: Use time_t correctly for manual bindings glib-sys: Map glib_sys::GPid directly to libc::pid_t gio-sys: Hide UNIX specific Credentials API on Windows gio: Use correct types for UNIX-specific Credentials API glib: Freeze property notifications while setting multiple properties ci: Enable glib-sys / gobject-sys tests Update Cargo.lock ci: Update gvsbuild git reference glib: Re-add and rename manual Win32 API additions Update versions to 0.19.5

liushuyu: glib-sys: remove the redundant ignore = true line glib-sys: fix manual.h header to include proper headers ... glib-sys: remove deprecated lock types ... glib-sys: re-generate bindings and tests

0.19.4

Bilal Elmoussaoui:
      Fix nightly clippy warnings
      gio: Stop re-exporting all the types in prelude
      gio: Move guards to trait definitions
      gio/socket: Replace c_int import with full qualifier
      gio/tests: Guard variable that is used on windows only builds
      typos: Ignore guid false-positive

Fabio Valentini: glib: fix UB in VariantStrIter::impl_get

</tr></table>

... (truncated)

Commits
  • a7c5a9b Update versions to 0.19.5
  • 3faf86f Merge pull request #1371 from sdroege/0.19-backports
  • d24b34c glib::wrapper: Add docs for impls generated by the wrapper macro
  • ef4747d glib: Re-add and rename manual Win32 API additions
  • 2a19d9c ci: Update gvsbuild git reference
  • dad0fc8 build(deps): bump peaceiris/actions-gh-pages from 3 to 4
  • 949dde2 Update Cargo.lock
  • fafa11a glib-macros/properties: Allow structs with no properties
  • b530e4a ci: Enable glib-sys / gobject-sys tests
  • f0dd7ef glib-sys: re-generate bindings and tests
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/562 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/29/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/glib-0.19.5` --- ### 📝 Commits (1) - [`4706176`](https://github.com/JakeStanger/ironbar/commit/47061768bee7cef4c49b613f03b63d65dd5c4b32) build(deps): bump glib from 0.18.5 to 0.19.5 ### 📊 Changes **2 files changed** (+125 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+124 -35) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.18.5 to 0.19.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gtk-rs/gtk-rs-core/releases">glib's releases</a>.</em></p> <blockquote> <h2>0.19.5</h2> <pre><code>Bilal Elmoussaoui: Revert &quot;glib: Auto generate various win32 functions&quot; glib/gio: Remove no longer used version/ignore glib: Ignore new unsafe functions <p>Fina Wilke: glib-macros/properties: Allow structs with no properties glib::wrapper: Add docs for impls generated by the wrapper macro</p> <p>Kévin Commaille: glib-macros: Improve error message when Properties struct doesn't have at least one #[property(…)]</p> <p>Sebastian Dröge: Update version to 0.19.4 Update gir Update gir-files Regenerate with updated gir / gir-files glib: Use <code>time_t</code> correctly for manual bindings glib-sys: Map <code>glib_sys::GPid</code> directly to <code>libc::pid_t</code> gio-sys: Hide UNIX specific <code>Credentials</code> API on Windows gio: Use correct types for UNIX-specific <code>Credentials</code> API glib: Freeze property notifications while setting multiple properties ci: Enable glib-sys / gobject-sys tests Update Cargo.lock ci: Update gvsbuild git reference glib: Re-add and rename manual Win32 API additions Update versions to 0.19.5</p> <p>liushuyu: glib-sys: remove the redundant <code>ignore = true</code> line glib-sys: fix manual.h header to include proper headers ... glib-sys: remove deprecated lock types ... glib-sys: re-generate bindings and tests </code></pre></p> <h2>0.19.4</h2> <pre><code>Bilal Elmoussaoui: Fix nightly clippy warnings gio: Stop re-exporting all the types in prelude gio: Move guards to trait definitions gio/socket: Replace c_int import with full qualifier gio/tests: Guard variable that is used on windows only builds typos: Ignore guid false-positive <p>Fabio Valentini: glib: fix UB in VariantStrIter::impl_get</p> <p>&lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/a7c5a9b6850f864cb3d30f679a827492b86247f1"><code>a7c5a9b</code></a> Update versions to 0.19.5</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/3faf86f1b76baa0ea882ca60e3f345074ad7ed7f"><code>3faf86f</code></a> Merge pull request <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/issues/1371">#1371</a> from sdroege/0.19-backports</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/d24b34caf88b974f647331e5c70a3ff378a07463"><code>d24b34c</code></a> glib::wrapper: Add docs for impls generated by the wrapper macro</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/ef4747d2e14dfde481413ddcd80ce9c0e3c62203"><code>ef4747d</code></a> glib: Re-add and rename manual Win32 API additions</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/2a19d9c1a5a04394c36f85c2b9007ba5d48f29b9"><code>2a19d9c</code></a> ci: Update gvsbuild git reference</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/dad0fc8de15089e747fed65f1817a93bbb4a61af"><code>dad0fc8</code></a> build(deps): bump peaceiris/actions-gh-pages from 3 to 4</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/949dde206b72f23a20ec47497b26f405427e9604"><code>949dde2</code></a> Update Cargo.lock</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/fafa11aa818320c01b943869bb064c6ca2e9727d"><code>fafa11a</code></a> glib-macros/properties: Allow structs with no properties</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/b530e4aefd61b566d8c1b75835d401488d6b3550"><code>b530e4a</code></a> ci: Enable glib-sys / gobject-sys tests</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/f0dd7efe75f08c4e8cb391cdc1cdee6965d5c65a"><code>f0dd7ef</code></a> glib-sys: re-generate bindings and tests</li> <li>Additional commits viewable in <a href="https://github.com/gtk-rs/gtk-rs-core/compare/0.18.5...0.19.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=glib&package-manager=cargo&previous-version=0.18.5&new-version=0.19.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 03:56:00 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#9230
No description provided.