[PR #376] [CLOSED] build(deps): bump glib from 0.17.10 to 0.18.4 #6295

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/376
Author: @dependabot[bot]
Created: 12/11/2023
Status: Closed

Base: masterHead: dependabot/cargo/glib-0.18.4


📝 Commits (1)

  • ce0e78f build(deps): bump glib from 0.17.10 to 0.18.4

📊 Changes

2 files changed (+132 additions, -40 deletions)

View changed files

📝 Cargo.lock (+131 -39)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps glib from 0.17.10 to 0.18.4.

Release notes

Sourced from glib's releases.

0.18.4

Guillaume Gomez :
      Fix new clippy lints

Sebastian Dröge: glib: Deprecate main context channel gio: Don't wrongly cast DataInputStream byte arrays to a const pointer Update versions to 0.18.4

Zander Brown: gio: return NULL from spawn_blocking's underlying gtask

0.18.3

Aaron Erhardt:
      glib-macros: Mark property getters as #[must_use]

Bilal Elmoussaoui: Fix nightly clippy warnings

Brian Vincent: fix glyph string analysis methods that don't need &mut

Colin Walters: glib/GStringPtr: Add as_str() and Deref<Target=&str>

Desuwa: Add _full and _local_full methods for idle and timeout callbacks.

Eva Pace: glib-macros: Remove unused imports from Properties doc test

Julian Hofer: Add spawn_future and spawn_future_local convenience functions

Kévin Commaille: gio: Use weak reference to ActionMap when adding action entries

Paolo Borelli: gio: fix UnixSocketAddress constructor with a path

Sebastian Dröge: Require a mutable reference for the glib::List mutable iterators glib-macros: Update to proc-macro-crate 2 Switch to resolver = &quot;2&quot; for the workspace Update gir / gir-files to latest 0.18 barnch Regenerate with latest gir / gir-files Update versions to 0.18.3 </tr></table>

... (truncated)

Changelog

Sourced from glib's changelog.

Change Log

[Unreleased]

Yuri Izmer:

  • glib-macros: Add derived_properties macro
Commits
  • c245700 Update versions to 0.18.4
  • a44ab02 Merge pull request #1240 from sdroege/0.18-backports
  • eba8f9d gio: return NULL from spawn_blocking's underlying gtask
  • 5e14a8d gio: Don't wrongly cast DataInputStream byte arrays to a const pointer
  • a7af9c0 Fix new clippy lints
  • 93f6a02 Merge pull request #1231 from sdroege/0.18-deprecate-main-context-channel
  • 9a8b40f glib: Deprecate main context channel
  • e6192fe Update versions to 0.18.3
  • 61dffa9 Merge pull request #1217 from sdroege/0.18-backports
  • 578ec44 Regenerate with latest gir / gir-files
  • 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/376 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/11/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/glib-0.18.4` --- ### 📝 Commits (1) - [`ce0e78f`](https://github.com/JakeStanger/ironbar/commit/ce0e78f76c6cc66a4a1112562fba2ca1cedad1c6) build(deps): bump glib from 0.17.10 to 0.18.4 ### 📊 Changes **2 files changed** (+132 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+131 -39) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.17.10 to 0.18.4. <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.18.4</h2> <pre><code>Guillaume Gomez : Fix new clippy lints <p>Sebastian Dröge: glib: Deprecate main context channel gio: Don't wrongly cast <code>DataInputStream</code> byte arrays to a const pointer Update versions to 0.18.4</p> <p>Zander Brown: gio: return NULL from spawn_blocking's underlying gtask </code></pre></p> <h2>0.18.3</h2> <pre><code>Aaron Erhardt: glib-macros: Mark property getters as #[must_use] <p>Bilal Elmoussaoui: Fix nightly clippy warnings</p> <p>Brian Vincent: fix glyph string analysis methods that don't need &amp;mut</p> <p>Colin Walters: glib/GStringPtr: Add <code>as_str()</code> and <code>Deref&amp;lt;Target=&amp;amp;str&amp;gt;</code></p> <p>Desuwa: Add _full and _local_full methods for idle and timeout callbacks.</p> <p>Eva Pace: glib-macros: Remove unused imports from Properties doc test</p> <p>Julian Hofer: Add <code>spawn_future</code> and <code>spawn_future_local</code> convenience functions</p> <p>Kévin Commaille: gio: Use weak reference to ActionMap when adding action entries</p> <p>Paolo Borelli: gio: fix UnixSocketAddress constructor with a path</p> <p>Sebastian Dröge: Require a mutable reference for the <code>glib::List</code> mutable iterators glib-macros: Update to proc-macro-crate 2 Switch to <code>resolver = &amp;quot;2&amp;quot;</code> for the workspace Update gir / gir-files to latest 0.18 barnch Regenerate with latest gir / gir-files Update versions to 0.18.3 &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gtk-rs/gtk-rs-core/blob/master/CHANGELOG.md">glib's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <h2>[Unreleased]</h2> <p>Yuri Izmer:</p> <ul> <li>glib-macros: Add <code>derived_properties</code> macro</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/c245700e37b11ef687b785174fd75b9cb9e51c48"><code>c245700</code></a> Update versions to 0.18.4</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/a44ab026717a62b29ef4ba41e67ca2510225591b"><code>a44ab02</code></a> Merge pull request <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/issues/1240">#1240</a> from sdroege/0.18-backports</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/eba8f9dfbef75e012698c8726e125f738bd31749"><code>eba8f9d</code></a> gio: return NULL from spawn_blocking's underlying gtask</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/5e14a8d3cb5170d1c204c34f56a33e4ebca85bf8"><code>5e14a8d</code></a> gio: Don't wrongly cast <code>DataInputStream</code> byte arrays to a const pointer</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/a7af9c0b16643849776809f247685f4b340405fc"><code>a7af9c0</code></a> Fix new clippy lints</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/93f6a02a32d6e2a532cdb3a8922dbb9b31419a93"><code>93f6a02</code></a> Merge pull request <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/issues/1231">#1231</a> from sdroege/0.18-deprecate-main-context-channel</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/9a8b40fad85d11ce54caf7a003fbbc0d5999ef33"><code>9a8b40f</code></a> glib: Deprecate main context channel</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/e6192fec10b811d4f116e9e362e17e186613f759"><code>e6192fe</code></a> Update versions to 0.18.3</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/61dffa9ba2f24dc75ab3b6a8e244fcfaf9c379a4"><code>61dffa9</code></a> Merge pull request <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/issues/1217">#1217</a> from sdroege/0.18-backports</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/578ec44c60893c6f4bbce9c138f8a92288f79b0a"><code>578ec44</code></a> Regenerate with latest gir / gir-files</li> <li>Additional commits viewable in <a href="https://github.com/gtk-rs/gtk-rs-core/compare/0.17.10...0.18.4">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.17.10&new-version=0.18.4)](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 01:55:43 +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#6295
No description provided.