[PR #848] [CLOSED] build(deps): bump cairo-rs from 0.18.5 to 0.20.7 #6612

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/848
Author: @dependabot[bot]
Created: 1/20/2025
Status: Closed

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


📝 Commits (1)

  • 82a4ccc build(deps): bump cairo-rs from 0.18.5 to 0.20.7

📊 Changes

2 files changed (+205 additions, -70 deletions)

View changed files

📝 Cargo.lock (+204 -69)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps cairo-rs from 0.18.5 to 0.20.7.

Release notes

Sourced from cairo-rs's releases.

0.20.7

Bilal Elmoussaoui:
      Generate all the missing Gio bindings
      Fix new beta clippy warnings
      Ignore manual_c_str_literals clippy warning

Paolo Borelli:
windows: use a range for windows-rs dependency
ci: bump gvsbuild version

Sebastian Dröge:
glib: Add Bytes::into_data() and Bytes::from_bytes()bindings Fix / silence various new Rust 1.83 clippy warnings gio: Fix nullability of various DBus method call related parameters gio: Add test for DBus method calls over a UNIX fd pair Update gir Update gir-files Regenerate with latest gir / gir-files ci: Check pango 1.56 feature on the CI pango: Update C library version requirements gio: ExportRegistrationBuilder` from the crate root
gio: Work around GLib memory leak in g_dbus_connection_register_object_with_closures()
Update Cargo.lock
deny: Update unicode license name
Update version to 0.20.7

Sebastian Wiesner:
Add convenience function to return a result
Streamline call dispatching in example
Add helper to return result from a future
Demo async call handling for gdbus
Add DBusMethodCall convenience trait

0.20.6

François Laignel:
      glib: fix userdata mutability for FnMut callbacks

Sebastian Dröge:
Update gir
Regenerate with latest gir
pango: Fix LayoutLine::x_ranges() bindings
Update Cargo.lock
Update gir-files
Regenerate with latest gir / gir-files
gio: Clean up and autogenerate UnixMountEntry bindings
glib: Ignore CPP feature constants
glib: Add correct versions to various new unicode scripts
</tr></table>

... (truncated)

Commits
  • 1b119dc Update version to 0.20.7
  • 1a7a6be Merge pull request #1603 from sdroege/0.20-backports
  • a9f9468 Ignore manual_c_str_literals clippy warning
  • b5ec976 Fix new beta clippy warnings
  • 660d48f deny: Update unicode license name
  • bb8bae2 Update Cargo.lock
  • 99b1722 gio: Work around GLib memory leak in g_dbus_connection_register_object_with_c...
  • a806de5 gio: Export RegistrationBuilder from the crate root
  • 8be11f2 ci: bump gvsbuild version
  • c49d4d6 windows: use a range for windows-rs dependency
  • 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/848 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/20/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/cairo-rs-0.20.7` --- ### 📝 Commits (1) - [`82a4ccc`](https://github.com/JakeStanger/ironbar/commit/82a4ccc51d6911d41000ec47252859b42d1db57e) build(deps): bump cairo-rs from 0.18.5 to 0.20.7 ### 📊 Changes **2 files changed** (+205 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+204 -69) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [cairo-rs](https://github.com/gtk-rs/gtk-rs-core) from 0.18.5 to 0.20.7. <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.7</h2> <pre><code>Bilal Elmoussaoui: Generate all the missing Gio bindings Fix new beta clippy warnings Ignore manual_c_str_literals clippy warning <p>Paolo Borelli:<br /> windows: use a range for windows-rs dependency<br /> ci: bump gvsbuild version</p> <p>Sebastian Dröge:<br /> glib: Add <code>Bytes::into_data() and </code>Bytes::from_bytes()<code>bindings Fix / silence various new Rust 1.83 clippy warnings gio: Fix nullability of various DBus method call related parameters gio: Add test for DBus method calls over a UNIX fd pair Update gir Update gir-files Regenerate with latest gir / gir-files ci: Check pango 1.56 feature on the CI pango: Update C library version requirements gio: Export</code>RegistrationBuilder` from the crate root<br /> gio: Work around GLib memory leak in g_dbus_connection_register_object_with_closures()<br /> Update Cargo.lock<br /> deny: Update unicode license name<br /> Update version to 0.20.7</p> <p>Sebastian Wiesner:<br /> Add convenience function to return a result<br /> Streamline call dispatching in example<br /> Add helper to return result from a future<br /> Demo async call handling for gdbus<br /> Add DBusMethodCall convenience trait<br /> </code></pre></p> <h2>0.20.6</h2> <pre><code>François Laignel: glib: fix userdata mutability for FnMut callbacks <p>Sebastian Dröge:<br /> Update gir<br /> Regenerate with latest gir<br /> pango: Fix <code>LayoutLine::x_ranges()</code> bindings<br /> Update Cargo.lock<br /> Update gir-files<br /> Regenerate with latest gir / gir-files<br /> gio: Clean up and autogenerate <code>UnixMountEntry</code> bindings<br /> glib: Ignore CPP feature constants<br /> glib: Add correct versions to various new unicode scripts<br /> &lt;/tr&gt;&lt;/table&gt;<br /> </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/1b119dc9e96dec43959e040c9def5da2bd4fa24b"><code>1b119dc</code></a> Update version to 0.20.7</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/1a7a6be343d6140534b6a11c8a27236ad98d7be2"><code>1a7a6be</code></a> Merge pull request <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/issues/1603">#1603</a> from sdroege/0.20-backports</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/a9f9468e9368a30859ca94ed8f320b78389ed442"><code>a9f9468</code></a> Ignore manual_c_str_literals clippy warning</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/b5ec976ab14d70ea8f1f288dbdbd5ce9cf21993d"><code>b5ec976</code></a> Fix new beta clippy warnings</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/660d48fbe5042952767a2e5995eb0d2aa3276619"><code>660d48f</code></a> deny: Update unicode license name</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/bb8bae2773ad95498ae8f9980e52268ba88457f6"><code>bb8bae2</code></a> Update Cargo.lock</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/99b17222a031206cc803dfa37cacd421164bbc29"><code>99b1722</code></a> gio: Work around GLib memory leak in g_dbus_connection_register_object_with_c...</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/a806de502757fc1b1a2dd4c147ea54c9640c68de"><code>a806de5</code></a> gio: Export <code>RegistrationBuilder</code> from the crate root</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/8be11f248e0ab8a7f3f35b2964c7c8cd616119af"><code>8be11f2</code></a> ci: bump gvsbuild version</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/c49d4d65d28f18003d41ea9f1db8eac203aca493"><code>c49d4d6</code></a> windows: use a range for windows-rs dependency</li> <li>Additional commits viewable in <a href="https://github.com/gtk-rs/gtk-rs-core/compare/0.18.5...0.20.7">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.7)](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 01:56:36 +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#6612
No description provided.