[PR #350] [CLOSED] build(deps): bump glib from 0.17.10 to 0.18.3 #7679

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/glib-0.18.3


📝 Commits (1)

  • b488d6d build(deps): bump glib from 0.17.10 to 0.18.3

📊 Changes

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

View changed files

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

📄 Description

Bumps glib from 0.17.10 to 0.18.3.

Release notes

Sourced from glib's releases.

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 = "2" for the workspace Update gir / gir-files to latest 0.18 barnch Regenerate with latest gir / gir-files Update versions to 0.18.3

0.18.2

What's Changed

... (truncated)

Changelog

Sourced from glib's changelog.

Change Log

[Unreleased]

Yuri Izmer:

  • glib-macros: Add derived_properties macro
Commits
  • e6192fe Update versions to 0.18.3
  • 61dffa9 Merge pull request #1217 from sdroege/0.18-backports
  • 578ec44 Regenerate with latest gir / gir-files
  • 9c2110a Update gir / gir-files to latest 0.18 barnch
  • 866a2b9 gio: fix UnixSocketAddress constructor with a path
  • af9f26e build(deps): update serial_test requirement from 1 to 2
  • 9b5f825 build(deps): update async-tls requirement from 0.11 to 0.12
  • 34d8d5f build(deps): update criterion requirement from 0.4.0 to 0.5.1
  • 8106b73 build(deps): bump actions/checkout from 3 to 4
  • 5fb31af Switch to resolver = "2" for the workspace
  • 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/350 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/6/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/glib-0.18.3` --- ### 📝 Commits (1) - [`b488d6d`](https://github.com/JakeStanger/ironbar/commit/b488d6def7c1d2a7b1190cdea6e61a72b4c5b1f0) build(deps): bump glib from 0.17.10 to 0.18.3 ### 📊 Changes **2 files changed** (+131 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+130 -39) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.17.10 to 0.18.3. <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.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 </code></pre></p> <h2>0.18.2</h2> <h2>What's Changed</h2> <ul> <li><a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1153">Add typos workflow</a></li> <li><a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1156">Added bindings for Gio.DBusObjectManager, Gio.DBusObjectManagerClientFlags</a></li> <li><a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1154">Disentangle docsrs and features</a></li> <li><a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1159">gio: Fix panics if PollableInputStream / PollableOutputStream</a></li> <li><a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1149">Add support for ext_trait in properties macro</a></li> <li><a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1146">glib: Bind g_unichar APIs</a></li> <li><a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1177">glib: Remove #[doc(hidden)] from once_cell and bitflags re-export</a></li> <li><a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1182">cairo: Make it docs.rs friendly</a></li> <li><a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1173">Fix/silence various 1.72 clippy warnings</a></li> </ul> <!-- raw HTML omitted --> </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/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><a href="https://github.com/gtk-rs/gtk-rs-core/commit/9c2110ab1ab8860e8e7108511e6f04799e3ec75f"><code>9c2110a</code></a> Update gir / gir-files to latest 0.18 barnch</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/866a2b98d92eff51538d19cc5b84f0039beb53fa"><code>866a2b9</code></a> gio: fix UnixSocketAddress constructor with a path</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/af9f26ed370c684e705ac6ca31b79f942047a14c"><code>af9f26e</code></a> build(deps): update serial_test requirement from 1 to 2</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/9b5f825409f665097510cb2f91d30164853ae341"><code>9b5f825</code></a> build(deps): update async-tls requirement from 0.11 to 0.12</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/34d8d5fc4e8fb61fcc0346f2834f339f58a8a1cf"><code>34d8d5f</code></a> build(deps): update criterion requirement from 0.4.0 to 0.5.1</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/8106b730095ec1934a0a9b9e763ae3197c4bfd66"><code>8106b73</code></a> build(deps): bump actions/checkout from 3 to 4</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/5fb31af5ea9335a349ff44b40b4c2ec5d45f884d"><code>5fb31af</code></a> Switch to <code>resolver = &quot;2&quot;</code> for the workspace</li> <li>Additional commits viewable in <a href="https://github.com/gtk-rs/gtk-rs-core/compare/0.17.10...0.18.3">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.3)](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 02:55:30 +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#7679
No description provided.