[PR #508] [CLOSED] build(deps): bump glib from 0.18.5 to 0.19.3 #3583

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/508
Author: @dependabot[bot]
Created: 3/25/2024
Status: Closed

Base: masterHead: dependabot/cargo/glib-0.19.3


📝 Commits (1)

  • 231c309 build(deps): bump glib from 0.18.5 to 0.19.3

📊 Changes

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

View changed files

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

📄 Description

Bumps glib from 0.18.5 to 0.19.3.

Release notes

Sourced from glib's releases.

0.19.3

Matthew Waters:
      pango: add some missing AttrInt constructors.

Paolo Borelli: macros: allow to specify #[default] for glib::flags

Sebastian Dröge: glib: Add Quark::from_static_str() glib: Use Self instead of Quark in a few places glib: Drop the main context future return value sender on finalize glib: Fix memory leak in subclass::shared tests glib: Use glib::GString for collate keys glib: Avoid heap allocation and copy of input strings for collation glib: Don't misuse slice::get_unchecked() Update versions to 0.19.3

Ville Hakulinen: gio: correctly free argument list items tests: skip failing test on windows

0.19.2

What's Changed

Bilal Elmoussaoui:
      chore: Drop no longer needed deny skips
      docs: Move metadata back to packages

L. E. Segovia: cairo: Fix version of the v1_18 feature

Sebastian Dröge: Fix some new clippy warnings glib-macros: Require at least syn 2.0.32 glib: Fix expected error output of compiletests for 1.76 Update Cargo.lock Update version to 0.19.2

Full Changelog: https://github.com/gtk-rs/gtk-rs-core/compare/0.19.1...0.19.2

0.19.0

What's Changed

... (truncated)

Commits
  • 29753df Update versions to 0.19.3
  • d8f9112 Merge pull request #1336 from sdroege/0.19-backports
  • 11bd6c4 glib: Don't misuse slice::get_unchecked()
  • c5dc463 deny: Add heck 0.4 to the ignore list
  • 569192f deny: Add toml_edit / winnow overrides
  • 4a4cc1e Update Cargo.lock
  • 8ef951c build(deps): bump heck from 0.4.1 to 0.5.0
  • 18a488f tests: skip failing test on windows
  • b86dd00 gio: correctly free argument list items
  • c1b16f8 glib: Avoid heap allocation and copy of input strings for collation
  • 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/508 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/25/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/glib-0.19.3` --- ### 📝 Commits (1) - [`231c309`](https://github.com/JakeStanger/ironbar/commit/231c3093df928275dae319a17d0f2ffd76f99d90) build(deps): bump glib from 0.18.5 to 0.19.3 ### 📊 Changes **2 files changed** (+132 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+131 -43) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [glib](https://github.com/gtk-rs/gtk-rs-core) from 0.18.5 to 0.19.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.19.3</h2> <pre><code>Matthew Waters: pango: add some missing AttrInt constructors. <p>Paolo Borelli: macros: allow to specify #[default] for glib::flags</p> <p>Sebastian Dröge: glib: Add <code>Quark::from_static_str()</code> glib: Use <code>Self</code> instead of <code>Quark</code> in a few places glib: Drop the main context future return value sender on finalize glib: Fix memory leak in <code>subclass::shared</code> tests glib: Use <code>glib::GString</code> for collate keys glib: Avoid heap allocation and copy of input strings for collation glib: Don't misuse <code>slice::get_unchecked()</code> Update versions to 0.19.3</p> <p>Ville Hakulinen: gio: correctly free argument list items tests: skip failing test on windows </code></pre></p> <h2>0.19.2</h2> <h2>What's Changed</h2> <pre><code>Bilal Elmoussaoui: chore: Drop no longer needed deny skips docs: Move metadata back to packages <p>L. E. Segovia: cairo: Fix version of the v1_18 feature</p> <p>Sebastian Dröge: Fix some new clippy warnings glib-macros: Require at least syn 2.0.32 glib: Fix expected error output of compiletests for 1.76 Update Cargo.lock Update version to 0.19.2 </code></pre></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/gtk-rs/gtk-rs-core/compare/0.19.1...0.19.2">https://github.com/gtk-rs/gtk-rs-core/compare/0.19.1...0.19.2</a></p> <h2>0.19.0</h2> <h2>What's Changed</h2> <ul> <li>Fix docs of <code>glib::derived_properties</code> by <a href="https://github.com/Hofer-Julian"><code>@​Hofer-Julian</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1143">gtk-rs/gtk-rs-core#1143</a></li> <li>glib: Re-introduce an event propagation specific type by <a href="https://github.com/bilelmoussaoui"><code>@​bilelmoussaoui</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1144">gtk-rs/gtk-rs-core#1144</a></li> <li>Regenerate with latest gir-files by <a href="https://github.com/bilelmoussaoui"><code>@​bilelmoussaoui</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1150">gtk-rs/gtk-rs-core#1150</a></li> <li>gio: Set missing annotations for new FileInfo apis by <a href="https://github.com/bilelmoussaoui"><code>@​bilelmoussaoui</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1151">gtk-rs/gtk-rs-core#1151</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/29753dfeb88f8c2f3287eeeee0ffa94ba7d7f41f"><code>29753df</code></a> Update versions to 0.19.3</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/d8f911269fb76e129a0e707ca2cf69167e0974e2"><code>d8f9112</code></a> Merge pull request <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/issues/1336">#1336</a> from sdroege/0.19-backports</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/11bd6c423ef2d0063fb6f853aaef8e3c932fa23f"><code>11bd6c4</code></a> glib: Don't misuse <code>slice::get_unchecked()</code></li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/c5dc463e374579747b71ed4b3b58d6b47a44777f"><code>c5dc463</code></a> deny: Add heck 0.4 to the ignore list</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/569192f77064b94bb1a63142b78b87691eea40e8"><code>569192f</code></a> deny: Add toml_edit / winnow overrides</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/4a4cc1ed6297bf1b10621ee64f86af5b2ff79fcf"><code>4a4cc1e</code></a> Update Cargo.lock</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/8ef951c9b426809cb6e8e1aa2bc301932a706df3"><code>8ef951c</code></a> build(deps): bump heck from 0.4.1 to 0.5.0</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/18a488fa8dc8404413fcb5f1971c06ecc7965716"><code>18a488f</code></a> tests: skip failing test on windows</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/b86dd002db9b62bec2d3854943fdb3da799d076f"><code>b86dd00</code></a> gio: correctly free argument list items</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/c1b16f8f6ea98a0c81e4250528e816a13608b732"><code>c1b16f8</code></a> glib: Avoid heap allocation and copy of input strings for collation</li> <li>Additional commits viewable in <a href="https://github.com/gtk-rs/gtk-rs-core/compare/0.18.5...0.19.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.18.5&new-version=0.19.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-22 23:56:12 +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#3583
No description provided.