[PR #186] [MERGED] build(deps): bump glib from 0.17.9 to 0.17.10 #4754

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/186
Author: @dependabot[bot]
Created: 6/12/2023
Status: Merged
Merged: 6/12/2023
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/glib-0.17.10


📝 Commits (1)

  • 1991662 build(deps): bump glib from 0.17.9 to 0.17.10

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps glib from 0.17.9 to 0.17.10.

Release notes

Sourced from glib's releases.

0.17.10

Ben Kimock:

  • Fix heap buffer overflow due to operator precedence

Benji Smith:

  • Upgrade plain-HTTP links to HTTPS in Cargo.toml files

Bilal Elmoussaoui:

  • pango: Lower pkg-config version requirement for v1_52
  • gio: Add missing manual traits

Fina Wilke:

  • glib-macros: Allow to omit set for construct_only properties
  • glib-macros: Update docs for the properties macro construct_only attribute

Jan Alexander Steffens (heftig):

  • glib: Do not use ptr::offset/offset_from for private/impl offset

Maximiliano Sandoval R:

  • glib: strv: Implement From for constant GStr slices

Sebastian Dröge:

  • Fix a couple of trivial clippy warnings
Changelog

Sourced from glib's changelog.

[0.17.10]

Ben Kimock:

  • Fix heap buffer overflow due to operator precedence

Benji Smith:

  • Upgrade plain-HTTP links to HTTPS in Cargo.toml files

Bilal Elmoussaoui:

  • pango: Lower pkg-config version requirement for v1_52
  • gio: Add missing manual traits

Fina Wilke:

  • glib-macros: Allow to omit set for construct_only properties
  • glib-macros: Update docs for the properties macro construct_only attribute

Jan Alexander Steffens (heftig):

  • glib: Do not use ptr::offset/offset_from for private/impl offset

Maximiliano Sandoval R:

  • glib: strv: Implement From for constant GStr slices

Sebastian Dröge:

  • Fix a couple of trivial clippy warnings
Commits
  • 6b109fb Update CHANGELOG.md for 0.17.10
  • 9cb046c Update versions to 0.17.10
  • d71c4a8 Merge pull request #1116 from sdroege/0.17-backports
  • 840a2eb Fix/silence a few more clippy warnings
  • 01f0197 glib: Do not use ptr::offset/offset_from for private/impl offset
  • 50600bf strv: Implement From for constant GStr slices
  • 01a5517 Fix heap buffer overflow due to operator precedence
  • f54c9b2 Fix a couple of trivial clippy warnings
  • dc9ae5f Upgrade plain-HTTP links to HTTPS in Cargo.toml files
  • 00a170a glib-macros: Update docs for the properties macro construct_only attribute
  • 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 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/186 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/12/2023 **Status:** ✅ Merged **Merged:** 6/12/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/glib-0.17.10` --- ### 📝 Commits (1) - [`1991662`](https://github.com/JakeStanger/ironbar/commit/1991662bc4714dcd1808f531e3ca80f54198c941) build(deps): bump glib from 0.17.9 to 0.17.10 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.17.9 to 0.17.10. <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.17.10</h2> <p>Ben Kimock:</p> <ul> <li>Fix heap buffer overflow due to operator precedence</li> </ul> <p>Benji Smith:</p> <ul> <li>Upgrade plain-HTTP links to HTTPS in Cargo.toml files</li> </ul> <p>Bilal Elmoussaoui:</p> <ul> <li>pango: Lower pkg-config version requirement for <code>v1_52</code></li> <li>gio: Add missing manual traits</li> </ul> <p>Fina Wilke:</p> <ul> <li>glib-macros: Allow to omit set for <code>construct_only</code> properties</li> <li>glib-macros: Update docs for the properties macro <code>construct_only</code> attribute</li> </ul> <p>Jan Alexander Steffens (heftig):</p> <ul> <li>glib: Do not use <code>ptr::offset/offset_from</code> for private/impl offset</li> </ul> <p>Maximiliano Sandoval R:</p> <ul> <li>glib: strv: Implement <code>From</code> for constant <code>GStr</code> slices</li> </ul> <p>Sebastian Dröge:</p> <ul> <li>Fix a couple of trivial clippy warnings</li> </ul> </blockquote> </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> <h2>[0.17.10]</h2> <p>Ben Kimock:</p> <ul> <li>Fix heap buffer overflow due to operator precedence</li> </ul> <p>Benji Smith:</p> <ul> <li>Upgrade plain-HTTP links to HTTPS in Cargo.toml files</li> </ul> <p>Bilal Elmoussaoui:</p> <ul> <li>pango: Lower pkg-config version requirement for <code>v1_52</code></li> <li>gio: Add missing manual traits</li> </ul> <p>Fina Wilke:</p> <ul> <li>glib-macros: Allow to omit set for <code>construct_only</code> properties</li> <li>glib-macros: Update docs for the properties macro <code>construct_only</code> attribute</li> </ul> <p>Jan Alexander Steffens (heftig):</p> <ul> <li>glib: Do not use <code>ptr::offset/offset_from</code> for private/impl offset</li> </ul> <p>Maximiliano Sandoval R:</p> <ul> <li>glib: strv: Implement <code>From</code> for constant <code>GStr</code> slices</li> </ul> <p>Sebastian Dröge:</p> <ul> <li>Fix a couple of trivial clippy warnings</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/6b109fb807237b5d07aff9a541ca68e9c2191abd"><code>6b109fb</code></a> Update CHANGELOG.md for 0.17.10</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/9cb046c7d855b7eab913203fcd9c5481bfe1a4d2"><code>9cb046c</code></a> Update versions to 0.17.10</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/d71c4a8d77b40054cb2a9ec28e261ee514c4a12c"><code>d71c4a8</code></a> Merge pull request <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/issues/1116">#1116</a> from sdroege/0.17-backports</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/840a2eb094df6286c8ff16e2833c8dc3f68cf21a"><code>840a2eb</code></a> Fix/silence a few more clippy warnings</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/01f019795fb5438cd74729c2f01948afff2572c3"><code>01f0197</code></a> glib: Do not use ptr::offset/offset_from for private/impl offset</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/50600bff6ad417e631dc101d73df04bd2e318569"><code>50600bf</code></a> strv: Implement From for constant GStr slices</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/01a5517cc62109ee1de06223bd3d90e4aa0903f7"><code>01a5517</code></a> Fix heap buffer overflow due to operator precedence</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/f54c9b261e01b2e250027c22e013d1974e3d7547"><code>f54c9b2</code></a> Fix a couple of trivial clippy warnings</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/dc9ae5fdf6dc98b67bb67431cb48cc3649f19d71"><code>dc9ae5f</code></a> Upgrade plain-HTTP links to HTTPS in Cargo.toml files</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/00a170af001dd3558615282e55897f379fff6f7d"><code>00a170a</code></a> glib-macros: Update docs for the properties macro construct_only attribute</li> <li>Additional commits viewable in <a href="https://github.com/gtk-rs/gtk-rs-core/compare/0.17.9...0.17.10">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.9&new-version=0.17.10)](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 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 00:55:20 +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#4754
No description provided.