[PR #992] [CLOSED] build(deps): bump cairo-rs from 0.18.5 to 0.20.10 #3893

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/992
Author: @dependabot[bot]
Created: 5/19/2025
Status: Closed

Base: masterHead: dependabot/cargo/cairo-rs-0.20.10


📝 Commits (1)

  • 50509e7 build(deps): bump cairo-rs from 0.18.5 to 0.20.10

📊 Changes

2 files changed (+74 additions, -17 deletions)

View changed files

📝 Cargo.lock (+73 -16)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps cairo-rs from 0.18.5 to 0.20.10.

Release notes

Sourced from cairo-rs's releases.

0.20.10

Bilal Elmoussaoui:
      ignore typ typo
      gobject: Work around wrongly added v2_82 feature
      glib: Implement Deref/DerefMut for ThreadGuard

David Hewitt: gio: manually implement content_type_guess

Leo Schaefer: Fix bug in bindings of shape_full and shape_with_flags Use as_ptr and bring shape_full and shape_with_flags into the same format

Sebastian Dröge: Update gir Update gir-files gio: Ignore g_dbus_connection_register_object_with_closures2() for now glib: Add bindings for g_intern_string() and g_intern_static_string() to GStr graphene: Add some // rustdoc-stripper-ignore-next glib: Add From<AsRef<str>> impl for GStringPtr pango: Implement pango_shape() bindings manually and ignore pango_shape_item() for now cairo: Pass a mutable reference when we expect the function to mutate the value Fix new clippy 1.86 warnings ci: Update to Ubuntu 24.04 for building the image ci: Install some more development packages for the image build Add 2.86 glib/gio version features Regenerate with latest gir / gir-files Update Cargo.lock Update version to 0.20.10

Sebastian Wiesner: Wrap IntoFuture around Cancellable::future Derive Debug and Clone for variant DictEntry

Wesley Moore: cairo: Fix some typos in Error Display impl

0.20.9

Christopher Head (2):
      Fix incorrect documentation
      Re-export CancelledHandlerId

Philipp Jungkamp: glib: Implement ToGlibContainerFromSlice for CStr and CString gio: Use manual env: &amp;[OsString] parameter for SubprocessLauncher::set_environ

Sebastian Dröge: </tr></table>

... (truncated)

Commits
  • 7a02e4f Update version to 0.20.10
  • cb02e40 Merge pull request #1718 from sdroege/0.20-backports
  • b65960a Update Cargo.lock
  • f1566fe gio: manually implement content_type_guess
  • 4fd1980 Regenerate with latest gir / gir-files
  • e688a10 cairo: Fix some typos in Error Display impl
  • be02ba3 glib: Implement Deref/DerefMut for ThreadGuard
  • 539fc35 gobject: Work around wrongly added v2_82 feature
  • 7efee60 Derive Debug and Clone for variant DictEntry
  • 8847194 Wrap IntoFuture around Cancellable::future
  • 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/992 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/19/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/cairo-rs-0.20.10` --- ### 📝 Commits (1) - [`50509e7`](https://github.com/JakeStanger/ironbar/commit/50509e719f3126926c90185ae6807c7d17643130) build(deps): bump cairo-rs from 0.18.5 to 0.20.10 ### 📊 Changes **2 files changed** (+74 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+73 -16) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [cairo-rs](https://github.com/gtk-rs/gtk-rs-core) from 0.18.5 to 0.20.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gtk-rs/gtk-rs-core/releases">cairo-rs's releases</a>.</em></p> <blockquote> <h2>0.20.10</h2> <pre><code>Bilal Elmoussaoui: ignore typ typo gobject: Work around wrongly added v2_82 feature glib: Implement Deref/DerefMut for ThreadGuard <p>David Hewitt: gio: manually implement content_type_guess</p> <p>Leo Schaefer: Fix bug in bindings of shape_full and shape_with_flags Use as_ptr and bring shape_full and shape_with_flags into the same format</p> <p>Sebastian Dröge: Update gir Update gir-files gio: Ignore <code>g_dbus_connection_register_object_with_closures2()</code> for now glib: Add bindings for <code>g_intern_string()</code> and <code>g_intern_static_string()</code> to <code>GStr</code> graphene: Add some <code>// rustdoc-stripper-ignore-next</code> glib: Add From&lt;AsRef&lt;str&gt;&gt; impl for GStringPtr pango: Implement <code>pango_shape()</code> bindings manually and ignore <code>pango_shape_item()</code> for now cairo: Pass a mutable reference when we expect the function to mutate the value Fix new clippy 1.86 warnings ci: Update to Ubuntu 24.04 for building the image ci: Install some more development packages for the image build Add 2.86 glib/gio version features Regenerate with latest gir / gir-files Update Cargo.lock Update version to 0.20.10</p> <p>Sebastian Wiesner: Wrap IntoFuture around Cancellable::future Derive Debug and Clone for variant DictEntry</p> <p>Wesley Moore: cairo: Fix some typos in Error Display impl </code></pre></p> <h2>0.20.9</h2> <pre><code>Christopher Head (2): Fix incorrect documentation Re-export CancelledHandlerId <p>Philipp Jungkamp: glib: Implement ToGlibContainerFromSlice for CStr and CString gio: Use manual <code>env: &amp;amp;[OsString]</code> parameter for SubprocessLauncher::set_environ</p> <p>Sebastian Dröge: &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/7a02e4f0e7c824fc1ac63b1891000ac1715bc450"><code>7a02e4f</code></a> Update version to 0.20.10</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/cb02e40c6c9fa4e32341f5fdb04cf9b1f708cc7b"><code>cb02e40</code></a> Merge pull request <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/issues/1718">#1718</a> from sdroege/0.20-backports</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/b65960a8ef4effa721729c59a3d1332ee903f8c2"><code>b65960a</code></a> Update Cargo.lock</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/f1566fe922643ae2d5f13b7261661fb8337db7fb"><code>f1566fe</code></a> gio: manually implement content_type_guess</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/4fd1980d5fd261d45748dd3701cbacddab1feb38"><code>4fd1980</code></a> Regenerate with latest gir / gir-files</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/e688a10cec03f851dfcd2574f2a5c353cb78d4a5"><code>e688a10</code></a> cairo: Fix some typos in Error Display impl</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/be02ba38ff39f881350526c34c89327d284b8a28"><code>be02ba3</code></a> glib: Implement Deref/DerefMut for ThreadGuard</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/539fc35aff4116ace0d795826630aea3b035c66e"><code>539fc35</code></a> gobject: Work around wrongly added v2_82 feature</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/7efee6049ed6e01041f5606dcf62325514623814"><code>7efee60</code></a> Derive Debug and Clone for variant DictEntry</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/88471949a748bd5e0781fce8f9df8931ef8490ed"><code>8847194</code></a> Wrap IntoFuture around Cancellable::future</li> <li>Additional commits viewable in <a href="https://github.com/gtk-rs/gtk-rs-core/compare/0.18.5...0.20.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cairo-rs&package-manager=cargo&previous-version=0.18.5&new-version=0.20.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 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:57:07 +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#3893
No description provided.