[PR #462] [CLOSED] build(deps): bump glib from 0.18.5 to 0.19.2 #9165

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/462
Author: @dependabot[bot]
Created: 2/19/2024
Status: Closed

Base: masterHead: dependabot/cargo/glib-0.19.2


📝 Commits (1)

  • 4d5a54c build(deps): bump glib from 0.18.5 to 0.19.2

📊 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.2.

Release notes

Sourced from glib's releases.

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
  • 23c5599 Update version to 0.19.2
  • cdeb9ab Merge pull request #1309 from sdroege/0.19-backports
  • 20d5bc4 docs: Move metadata back to packages
  • 40fb663 cairo: Fix version of the v1_18 feature
  • a0166c4 chore: Drop no longer needed deny skips
  • 38f0394 Update Cargo.lock
  • a389ce1 glib: Fix expected error output of compiletests for 1.76
  • de74190 glib-macros: Require at least syn 2.0.32
  • 46b4e89 Fix some new clippy warnings
  • cbb5dc1 Bump version to 0.19.1
  • 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/462 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/19/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/glib-0.19.2` --- ### 📝 Commits (1) - [`4d5a54c`](https://github.com/JakeStanger/ironbar/commit/4d5a54c959c795472e2c16696524a4153fbe8977) build(deps): bump glib from 0.18.5 to 0.19.2 ### 📊 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.2. <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.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> <li>Add typos workflow 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/1153">gtk-rs/gtk-rs-core#1153</a></li> <li>Disentangle docsrs and features by <a href="https://github.com/pentamassiv"><code>@​pentamassiv</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1154">gtk-rs/gtk-rs-core#1154</a></li> <li>Added bindings for Gio.DBusObjectManager, Gio.DBusObjectManagerClientFlags by <a href="https://github.com/pentamassiv"><code>@​pentamassiv</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1156">gtk-rs/gtk-rs-core#1156</a></li> <li>gio: Fix panics if <code>PollableInputStream</code> / <code>PollableOutputStream</code> ret… by <a href="https://github.com/sdroege"><code>@​sdroege</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1159">gtk-rs/gtk-rs-core#1159</a></li> <li>CI: add dependabot for updating the actions by <a href="https://github.com/bilelmoussaoui"><code>@​bilelmoussaoui</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1160">gtk-rs/gtk-rs-core#1160</a></li> <li>Switch to <code>resolver = &quot;2&quot;</code> for the workspace by <a href="https://github.com/sdroege"><code>@​sdroege</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1162">gtk-rs/gtk-rs-core#1162</a></li> <li>image: Switch to latest fedora stable by <a href="https://github.com/bilelmoussaoui"><code>@​bilelmoussaoui</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1163">gtk-rs/gtk-rs-core#1163</a></li> <li>dependabot: Enable cargo support by <a href="https://github.com/bilelmoussaoui"><code>@​bilelmoussaoui</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1165">gtk-rs/gtk-rs-core#1165</a></li> <li>Add support for ext_trait in properties macro by <a href="https://github.com/ranfdev"><code>@​ranfdev</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1149">gtk-rs/gtk-rs-core#1149</a></li> <li>build(deps): update criterion requirement from 0.4.0 to 0.5.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1168">gtk-rs/gtk-rs-core#1168</a></li> <li>build(deps): update serial_test requirement from 1 to 2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1166">gtk-rs/gtk-rs-core#1166</a></li> <li>build(deps): update async-tls requirement from 0.11 to 0.12 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1167">gtk-rs/gtk-rs-core#1167</a></li> <li>Fix/silence various 1.72 clippy warnings by <a href="https://github.com/sdroege"><code>@​sdroege</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1173">gtk-rs/gtk-rs-core#1173</a></li> <li>Use associated type in memory managers by <a href="https://github.com/ranfdev"><code>@​ranfdev</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1171">gtk-rs/gtk-rs-core#1171</a></li> <li>glib: Bind <code>g_unichar</code> APIs by <a href="https://github.com/RealKC"><code>@​RealKC</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1146">gtk-rs/gtk-rs-core#1146</a></li> <li>glib: Remove <code>#[doc(hidden)]</code> from <code>once_cell</code> and <code>bitflags</code> re-export by <a href="https://github.com/RealKC"><code>@​RealKC</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1177">gtk-rs/gtk-rs-core#1177</a></li> <li>build(deps): bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1180">gtk-rs/gtk-rs-core#1180</a></li> <li>cairo: Make it docs.rs friendly by <a href="https://github.com/bilelmoussaoui"><code>@​bilelmoussaoui</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1182">gtk-rs/gtk-rs-core#1182</a></li> <li>glib-macros: Remove unused imports from Properties doc test by <a href="https://github.com/evaporei"><code>@​evaporei</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1193">gtk-rs/gtk-rs-core#1193</a></li> <li>glib-macros: Mark property getters as #[must_use] by <a href="https://github.com/AaronErhardt"><code>@​AaronErhardt</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1192">gtk-rs/gtk-rs-core#1192</a></li> <li>fix glyph string analysis methods that don't need &amp;mut by <a href="https://github.com/bvinc"><code>@​bvinc</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1188">gtk-rs/gtk-rs-core#1188</a></li> <li>CI: add a cargo deny job by <a href="https://github.com/bilelmoussaoui"><code>@​bilelmoussaoui</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1179">gtk-rs/gtk-rs-core#1179</a></li> <li>build(deps): bump docker/login-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1189">gtk-rs/gtk-rs-core#1189</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/23c5599424cc75ec66618891c915d9f490f6e4c2"><code>23c5599</code></a> Update version to 0.19.2</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/cdeb9abf4fc18a2e22ec397ae9765b1a79637dcb"><code>cdeb9ab</code></a> Merge pull request <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/issues/1309">#1309</a> from sdroege/0.19-backports</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/20d5bc4a084c67843484c15aed9e5603711fddf5"><code>20d5bc4</code></a> docs: Move metadata back to packages</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/40fb663774d887b93d63eb7942f37bfc9b3e1b63"><code>40fb663</code></a> cairo: Fix version of the v1_18 feature</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/a0166c443181ba9998d96408df7b0b4861e8ed4d"><code>a0166c4</code></a> chore: Drop no longer needed deny skips</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/38f0394f7d789748b68fea7fe247b2f8d92af866"><code>38f0394</code></a> Update Cargo.lock</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/a389ce13e61f7c5c877a83c9e73a952001dbfe8d"><code>a389ce1</code></a> glib: Fix expected error output of compiletests for 1.76</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/de74190e4839c9cbec8e55393fb0d3690f3272d7"><code>de74190</code></a> glib-macros: Require at least syn 2.0.32</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/46b4e89b063f78f96b12764b0df370e81c2bedee"><code>46b4e89</code></a> Fix some new clippy warnings</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/cbb5dc1357d25e6424c537a5e92a65c3931c3fea"><code>cbb5dc1</code></a> Bump version to 0.19.1</li> <li>Additional commits viewable in <a href="https://github.com/gtk-rs/gtk-rs-core/compare/0.18.5...0.19.2">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.2)](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 03:55:49 +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#9165
No description provided.