[PR #434] [CLOSED] build(deps): bump glib from 0.18.5 to 0.19.0 #7742

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/glib-0.19.0


📝 Commits (1)

  • 46bfd93 build(deps): bump glib from 0.18.5 to 0.19.0

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

Release notes

Sourced from glib's releases.

0.19.0

What's Changed

... (truncated)

Commits
  • cbb5dc1 Bump version to 0.19.1
  • a561bd5 cairo: Fix ffi glib crate name
  • d2a2d44 cairo: Add missing version
  • 62b22ec cairo: Use workspaces
  • 42c659e Update dependencies
  • 63217f7 Merge pull request #1095 from gtk-rs/bilelmoussaoui/prelude-cleanup
  • ab0f68c Enforce version of workspace crates
  • 86e6769 Use cargo workspace features for ffi
  • 1e61895 Regenerate with latest gir/gir-files
  • c03d50f Update gir/gir-files submodules
  • 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/434 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/5/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/glib-0.19.0` --- ### 📝 Commits (1) - [`46bfd93`](https://github.com/JakeStanger/ironbar/commit/46bfd9320bc57f6909b602b6cb31dd95dbf9de61) build(deps): bump glib from 0.18.5 to 0.19.0 ### 📊 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.0. <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.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> <li>build(deps): bump docker/build-push-action from 3 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1190">gtk-rs/gtk-rs-core#1190</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/1195">gtk-rs/gtk-rs-core#1195</a></li> <li>glib/GStringPtr: Add <code>as_str()</code> and <code>Deref&lt;Target=&amp;str&gt;</code> by <a href="https://github.com/cgwalters"><code>@​cgwalters</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1181">gtk-rs/gtk-rs-core#1181</a></li> <li>Regenerate with latest gir/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/1155">gtk-rs/gtk-rs-core#1155</a></li> <li>glib-macros: Update to proc-macro-crate 2 by <a href="https://github.com/sdroege"><code>@​sdroege</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1198">gtk-rs/gtk-rs-core#1198</a></li> <li>Add <code>spawn_future</code> and <code>spawn_future_local</code> convenience functions 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/1201">gtk-rs/gtk-rs-core#1201</a></li> <li>glib: Implement object class methods via a trait instead of directly … by <a href="https://github.com/sdroege"><code>@​sdroege</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1203">gtk-rs/gtk-rs-core#1203</a></li> <li>glib: Allow variable expansion in format strings passed to bool_error &amp; result_from_gboolean by <a href="https://github.com/RealKC"><code>@​RealKC</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1210">gtk-rs/gtk-rs-core#1210</a></li> <li>gio: Use weak reference to ActionMap when adding action entries by <a href="https://github.com/zecakeh"><code>@​zecakeh</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1208">gtk-rs/gtk-rs-core#1208</a></li> <li>Implement ext trait on IsA<!-- raw HTML omitted -->, don't generate overridden methods by <a href="https://github.com/ranfdev"><code>@​ranfdev</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1204">gtk-rs/gtk-rs-core#1204</a></li> <li>Add _full and _local_full methods for idle and timeout callbacks that take priority by <a href="https://github.com/awused"><code>@​awused</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1207">gtk-rs/gtk-rs-core#1207</a></li> <li>build(deps): update freetype-rs requirement from 0.32 to 0.34 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1211">gtk-rs/gtk-rs-core#1211</a></li> <li>glib: Implement Regex by <a href="https://github.com/davidmhewitt"><code>@​davidmhewitt</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/947">gtk-rs/gtk-rs-core#947</a></li> <li>Add object_subclass example by <a href="https://github.com/ranfdev"><code>@​ranfdev</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1145">gtk-rs/gtk-rs-core#1145</a></li> <li>glib: Remove <code>MainContext::channel()</code> by <a href="https://github.com/sdroege"><code>@​sdroege</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1216">gtk-rs/gtk-rs-core#1216</a></li> <li>add support of module types by <a href="https://github.com/fbrouille"><code>@​fbrouille</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1169">gtk-rs/gtk-rs-core#1169</a></li> <li>gio: fix UnixSocketAddress constructor with a path by <a href="https://github.com/pbor"><code>@​pbor</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1218">gtk-rs/gtk-rs-core#1218</a></li> <li>Add <code>Cargo.lock</code> to git tracking by <a href="https://github.com/GuillaumeGomez"><code>@​GuillaumeGomez</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1221">gtk-rs/gtk-rs-core#1221</a></li> <li>build(deps): bump smallvec from 1.11.1 to 1.11.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/1224">gtk-rs/gtk-rs-core#1224</a></li> <li>Fix new clippy lints by <a href="https://github.com/GuillaumeGomez"><code>@​GuillaumeGomez</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1227">gtk-rs/gtk-rs-core#1227</a></li> <li>Matchinfo lifetime by <a href="https://github.com/zachs18"><code>@​zachs18</code></a> in <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/pull/1225">gtk-rs/gtk-rs-core#1225</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/cbb5dc1357d25e6424c537a5e92a65c3931c3fea"><code>cbb5dc1</code></a> Bump version to 0.19.1</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/a561bd574b497686e9c33267d21bad977f1cb0f4"><code>a561bd5</code></a> cairo: Fix ffi glib crate name</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/d2a2d445bab2bec0daf71c54a42aa4cc2cf67ae7"><code>d2a2d44</code></a> cairo: Add missing version</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/62b22ece262026ccff78d197973d4d6011d42001"><code>62b22ec</code></a> cairo: Use workspaces</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/42c659e75dd3511d7bca59fcd834b63a84380d4b"><code>42c659e</code></a> Update dependencies</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/63217f7a949d3a579a0df72eff6d6734a18afe8e"><code>63217f7</code></a> Merge pull request <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/issues/1095">#1095</a> from gtk-rs/bilelmoussaoui/prelude-cleanup</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/ab0f68ce4bca92924b4063fab615724102ea9d79"><code>ab0f68c</code></a> Enforce version of workspace crates</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/86e67694cd7f77dc711ce9ac2016732fb5b66f81"><code>86e6769</code></a> Use cargo workspace features for ffi</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/1e618952f68c9677e2ed5539bb1fc15c9b142c16"><code>1e61895</code></a> Regenerate with latest gir/gir-files</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/c03d50fbcc8bd6534e31f860ae64e7ebfa983d60"><code>c03d50f</code></a> Update gir/gir-files submodules</li> <li>Additional commits viewable in <a href="https://github.com/gtk-rs/gtk-rs-core/compare/0.18.5...0.19.0">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.0)](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:40 +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#7742
No description provided.