[PR #551] [CLOSED] build(deps): bump cairo-rs from 0.18.5 to 0.19.4 #795

Closed
opened 2026-05-22 21:54:38 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/551
Author: @dependabot[bot]
Created: 4/22/2024
Status: Closed

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


📝 Commits (1)

  • a3d3fe9 build(deps): bump cairo-rs from 0.18.5 to 0.19.4

📊 Changes

2 files changed (+155 additions, -42 deletions)

View changed files

📝 Cargo.lock (+154 -41)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps cairo-rs from 0.18.5 to 0.19.4.

Release notes

Sourced from cairo-rs's releases.

0.19.4

Bilal Elmoussaoui:
      Fix nightly clippy warnings
      gio: Stop re-exporting all the types in prelude
      gio: Move guards to trait definitions
      gio/socket: Replace c_int import with full qualifier
      gio/tests: Guard variable that is used on windows only builds
      typos: Ignore guid false-positive

Fabio Valentini: glib: fix UB in VariantStrIter::impl_get

Maximiliano Sandoval: Document values of Continue and Break

Sebastian Dröge: Work around rustdoc-stripper bug Fix glib compiletest expected output for Rust 1.77 Update Cargo.lock Revert "deny: Add heck 0.4 to the ignore list" Update version to 0.19.4

Ville Hakulinen: docs: construct attribute for glib::Properties docs: fix typo

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

... (truncated)

Commits
  • 5e944f2 Merge pull request #1351 from sdroege/0.19-backports
  • ffc2f11 Revert "deny: Add heck 0.4 to the ignore list"
  • 3cd83b6 Update Cargo.lock
  • f7369c9 typos: Ignore guid false-positive
  • 296f4e0 gio/tests: Guard variable that is used on windows only builds
  • ba8bd34 gio/socket: Replace c_int import with full qualifier
  • 79b627e gio: Move guards to trait definitions
  • e5318d2 gio: Stop re-exporting all the types in prelude
  • 691e46a Fix nightly clippy warnings
  • b2d5b35 docs: fix typo
  • 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/551 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/22/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/cairo-rs-0.19.4` --- ### 📝 Commits (1) - [`a3d3fe9`](https://github.com/JakeStanger/ironbar/commit/a3d3fe9e0a459ce63f153756ef1e6e8375e0e8ca) build(deps): bump cairo-rs from 0.18.5 to 0.19.4 ### 📊 Changes **2 files changed** (+155 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+154 -41) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [cairo-rs](https://github.com/gtk-rs/gtk-rs-core) from 0.18.5 to 0.19.4. <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.19.4</h2> <pre><code>Bilal Elmoussaoui: Fix nightly clippy warnings gio: Stop re-exporting all the types in prelude gio: Move guards to trait definitions gio/socket: Replace c_int import with full qualifier gio/tests: Guard variable that is used on windows only builds typos: Ignore guid false-positive <p>Fabio Valentini: glib: fix UB in VariantStrIter::impl_get</p> <p>Maximiliano Sandoval: Document values of Continue and Break</p> <p>Sebastian Dröge: Work around rustdoc-stripper bug Fix glib compiletest expected output for Rust 1.77 Update Cargo.lock Revert &quot;deny: Add heck 0.4 to the ignore list&quot; Update version to 0.19.4</p> <p>Ville Hakulinen: docs: <code>construct</code> attribute for <code>glib::Properties</code> docs: fix typo </code></pre></p> <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> <!-- 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/5e944f2eff8b344591666754f7ea3b359943ee8c"><code>5e944f2</code></a> Merge pull request <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/issues/1351">#1351</a> from sdroege/0.19-backports</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/ffc2f110a6311e33b8f9f5e084276f268473b020"><code>ffc2f11</code></a> Revert &quot;deny: Add heck 0.4 to the ignore list&quot;</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/3cd83b669b6348f4ba166a70f2c46a79a7386779"><code>3cd83b6</code></a> Update Cargo.lock</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/f7369c92e7ebc8d40948e8bffbf924037f40358c"><code>f7369c9</code></a> typos: Ignore guid false-positive</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/296f4e017d68e8859228630960a02ed24fac0dab"><code>296f4e0</code></a> gio/tests: Guard variable that is used on windows only builds</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/ba8bd34b2bf9bf00d6ad976421c4a8e7e81ec9ef"><code>ba8bd34</code></a> gio/socket: Replace c_int import with full qualifier</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/79b627efeec1635ecdbb5b4a1d8f239e7db4d87a"><code>79b627e</code></a> gio: Move guards to trait definitions</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/e5318d2b6b236de2dd3f54ef006b5fddb8d8b2ff"><code>e5318d2</code></a> gio: Stop re-exporting all the types in prelude</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/691e46a9c1b95b43f2ba7fbaade515e2edc295fb"><code>691e46a</code></a> Fix nightly clippy warnings</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/b2d5b35f1957ca812c34a5d7a9821fc0b184a729"><code>b2d5b35</code></a> docs: fix typo</li> <li>Additional commits viewable in <a href="https://github.com/gtk-rs/gtk-rs-core/compare/0.18.5...0.19.4">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.19.4)](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 21:54:38 +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#795
No description provided.