[PR #164] [MERGED] build(deps): bump glib from 0.17.8 to 0.17.9 #8951

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/164
Author: @dependabot[bot]
Created: 5/26/2023
Status: Merged
Merged: 5/26/2023
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/glib-0.17.9


📝 Commits (1)

  • c4af6a8 build(deps): bump glib from 0.17.8 to 0.17.9

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps glib from 0.17.8 to 0.17.9.

Release notes

Sourced from glib's releases.

0.17.9

Paskal Sitepu:

  • glib-macros: Strip out r# prefix from property names inside the GObject
  • glib-macros: Add a test for the Properties macro where keywords are being used
  • glib-macros: Update the doc of the Properties macro to elaborate on usage of keywords as property names

Sebastian Dröge:

  • glib: Enable various smallvec features
  • Fix various new Rust 1.69 clippy warnings
  • glib: Fix compiletest expected error output for Rust 1.69
Changelog

Sourced from glib's changelog.

[0.17.9]

Paskal Sitepu:

  • glib-macros: Strip out r# prefix from property names inside the GObject
  • glib-macros: Add a test for the Properties macro where keywords are being used
  • glib-macros: Update the doc of the Properties macro to elaborate on usage of keywords as property names

Sebastian Dröge:

  • glib: Enable various smallvec features
  • Fix various new Rust 1.69 clippy warnings
  • glib: Fix compiletest expected error output for Rust 1.69
Commits
  • 3ad562c Update versions to 0.17.9
  • cc3a03d Update CHANGELOG.md for 0.17.9
  • e637288 Merge pull request #1084 from sdroege/0.17-backports
  • d40887f glib: Fix compiletest expected error output for Rust 1.69
  • 0ee7e21 Fix various new Rust 1.69 clippy warnings
  • 7082872 glib: Enable various smallvec features
  • 4b4237e glib-macros: Update the doc of the Properties macro to elaborate on usage of ...
  • 2e10ac0 glib-macros: Add a test for the Properties macro where keywords are being used
  • f04040e glib-macros: Strip out r# prefix from property names inside the GObject
  • See full diff 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/164 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/26/2023 **Status:** ✅ Merged **Merged:** 5/26/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/glib-0.17.9` --- ### 📝 Commits (1) - [`c4af6a8`](https://github.com/JakeStanger/ironbar/commit/c4af6a8069b0eb8ab14b1cafd6cbc1a2aa0a0dcc) build(deps): bump glib from 0.17.8 to 0.17.9 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.17.8 to 0.17.9. <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.9</h2> <p>Paskal Sitepu:</p> <ul> <li>glib-macros: Strip out <code>r#</code> prefix from property names inside the <code>GObject</code></li> <li>glib-macros: Add a test for the <code>Properties</code> macro where keywords are being used</li> <li>glib-macros: Update the doc of the <code>Properties</code> macro to elaborate on usage of keywords as property names</li> </ul> <p>Sebastian Dröge:</p> <ul> <li>glib: Enable various smallvec features</li> <li>Fix various new Rust 1.69 clippy warnings</li> <li>glib: Fix compiletest expected error output for Rust 1.69</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.9]</h2> <p>Paskal Sitepu:</p> <ul> <li>glib-macros: Strip out <code>r#</code> prefix from property names inside the <code>GObject</code></li> <li>glib-macros: Add a test for the <code>Properties</code> macro where keywords are being used</li> <li>glib-macros: Update the doc of the <code>Properties</code> macro to elaborate on usage of keywords as property names</li> </ul> <p>Sebastian Dröge:</p> <ul> <li>glib: Enable various smallvec features</li> <li>Fix various new Rust 1.69 clippy warnings</li> <li>glib: Fix compiletest expected error output for Rust 1.69</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/3ad562c758bf7b2452827c2e6d35e4effce23f71"><code>3ad562c</code></a> Update versions to 0.17.9</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/cc3a03d4fa907de47a7b8d42d135804a52da600c"><code>cc3a03d</code></a> Update CHANGELOG.md for 0.17.9</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/e6372884c59577f9841eea9848ea9700129e8d0d"><code>e637288</code></a> Merge pull request <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/issues/1084">#1084</a> from sdroege/0.17-backports</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/d40887fe1b15b92ff7468eb9e3dd8903c90c5d8e"><code>d40887f</code></a> glib: Fix compiletest expected error output for Rust 1.69</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/0ee7e21e9592be86ee1309dc4e29812f9039e9e0"><code>0ee7e21</code></a> Fix various new Rust 1.69 clippy warnings</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/708287288bb20be8c92f0cdf9fae5cbaa7112e87"><code>7082872</code></a> glib: Enable various smallvec features</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/4b4237ed36f48a39b539f3a5f2be700efd2b5e64"><code>4b4237e</code></a> glib-macros: Update the doc of the Properties macro to elaborate on usage of ...</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/2e10ac08d64bdfea7e7a0000a2b76d2304eb38e6"><code>2e10ac0</code></a> glib-macros: Add a test for the Properties macro where keywords are being used</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/f04040e2452491d148f55757783af44851f127bc"><code>f04040e</code></a> glib-macros: Strip out <code>r#</code> prefix from property names inside the GObject</li> <li>See full diff in <a href="https://github.com/gtk-rs/gtk-rs-core/compare/0.17.8...0.17.9">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.8&new-version=0.17.9)](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 03:55:13 +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#8951
No description provided.