[PR #664] [CLOSED] build(deps): bump cairo-rs from 0.18.5 to 0.20.0 #5076

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/664
Author: @dependabot[bot]
Created: 7/15/2024
Status: Closed

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


📝 Commits (1)

  • 7139db8 build(deps): bump cairo-rs from 0.18.5 to 0.20.0

📊 Changes

2 files changed (+241 additions, -93 deletions)

View changed files

📝 Cargo.lock (+240 -92)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps cairo-rs from 0.18.5 to 0.20.0.

Release notes

Sourced from cairo-rs's releases.

0.20.0

Bilal Elmoussaoui:
      cairo: Use workspaces
      cairo: Fix ffi glib crate name
      cairo: Add missing version
      Post release version bump
      ci/docs: Deploy 0.19 release
      chore: Drop no longer needed deny skips
      docs: Move metadata back to packages
      glib: Requires Upgrade on Downgrade::Weak type
      Update clone.rs
      glib: Mark GParamSpec types as manual
      glib: Don't use macros to generate ParamSpec structs
      Update gir/gir-files submodules
      Regenerate with latest gir/gir-files
      Revert "glib: Auto generate various win32 functions"
      glib/gio: Remove no longer used version/ignore
      glib: Ignore new unsafe functions
      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
      Regenerate with latest gir/gir-files
      pango: Mark Item.get_char_offset param as const
      pango: Re-export v1_54 feature
      ci: Bump pango feature
      pango: Downgrade require version for v1.54
      Fix various nightly clippy warnings
      Update gir submodule
      Regenerate with latest gir
      Adapt to no longer renamed ffi crates
      cairo: Add missing doc aliases
      gio/tests: Remove no longer useful guard
      Revert "build(deps): bump freetype-rs from 0.36.0 to 0.37.0"
      Update dependencies

Carlos Martín Nieto:
gio: Add a method to get a stream of incoming connections to SocketListener
gio: add SocketListenerExtManual to Gir.toml

DaKnig:
spell fix

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

Fina Wilke:
</tr></table>

... (truncated)

Commits
  • 184abe8 Update Cargo.lock
  • 673fd1f Regenerate with latest gir-files
  • a9d4e46 Update gir-files
  • b2d7678 Merge pull request #1454 from carlosmn/cmn/socket-listener-stream
  • 08b94be gio: add SocketListenerExtManual to Gir.toml
  • c0c0de7 gio: Add a method to get a stream of incoming connections to SocketListener
  • a9c1b6a Merge pull request #1453 from sdroege/update-gir-files
  • 95036c8 Update Cargo.lock
  • 1951c67 Regenerate with latest gir / gir-files
  • f697f7c glib-sys: Add version for q_sort_array()
  • 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/664 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/15/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/cairo-rs-0.20.0` --- ### 📝 Commits (1) - [`7139db8`](https://github.com/JakeStanger/ironbar/commit/7139db89130239cd3e8bf6ced9764a6a331bd776) build(deps): bump cairo-rs from 0.18.5 to 0.20.0 ### 📊 Changes **2 files changed** (+241 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+240 -92) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [cairo-rs](https://github.com/gtk-rs/gtk-rs-core) from 0.18.5 to 0.20.0. <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.0</h2> <pre><code>Bilal Elmoussaoui: cairo: Use workspaces cairo: Fix ffi glib crate name cairo: Add missing version Post release version bump ci/docs: Deploy 0.19 release chore: Drop no longer needed deny skips docs: Move metadata back to packages glib: Requires Upgrade on Downgrade::Weak type Update clone.rs glib: Mark GParamSpec types as manual glib: Don't use macros to generate ParamSpec structs Update gir/gir-files submodules Regenerate with latest gir/gir-files Revert &quot;glib: Auto generate various win32 functions&quot; glib/gio: Remove no longer used version/ignore glib: Ignore new unsafe functions 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 Regenerate with latest gir/gir-files pango: Mark Item.get_char_offset param as const pango: Re-export v1_54 feature ci: Bump pango feature pango: Downgrade require version for v1.54 Fix various nightly clippy warnings Update gir submodule Regenerate with latest gir Adapt to no longer renamed ffi crates cairo: Add missing doc aliases gio/tests: Remove no longer useful guard Revert &quot;build(deps): bump freetype-rs from 0.36.0 to 0.37.0&quot; Update dependencies <p>Carlos Martín Nieto:<br /> gio: Add a method to get a stream of incoming connections to SocketListener<br /> gio: add SocketListenerExtManual to Gir.toml</p> <p>DaKnig:<br /> spell fix</p> <p>Fabio Valentini:<br /> glib: fix UB in VariantStrIter::impl_get</p> <p>Fina Wilke:<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/184abe83f5ccf36b80687b9ff2ed4764faf5dd88"><code>184abe8</code></a> Update Cargo.lock</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/673fd1f6c86a31be5c7129f5fa69b64c946c1315"><code>673fd1f</code></a> Regenerate with latest gir-files</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/a9d4e46dbbd18b942438adc99d32b3f97e7cea74"><code>a9d4e46</code></a> Update gir-files</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/b2d76785d66ebe61ce8b8ef11300074a377ab491"><code>b2d7678</code></a> Merge pull request <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/issues/1454">#1454</a> from carlosmn/cmn/socket-listener-stream</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/08b94be456cbf3672979959ec02f7f5e02c3be7b"><code>08b94be</code></a> gio: add SocketListenerExtManual to Gir.toml</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/c0c0de737285d847f94eca51d53aac11b953fbcf"><code>c0c0de7</code></a> gio: Add a method to get a stream of incoming connections to SocketListener</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/a9c1b6a1b8630b07dbe3b4a0da36fedb2d5ac0b1"><code>a9c1b6a</code></a> Merge pull request <a href="https://redirect.github.com/gtk-rs/gtk-rs-core/issues/1453">#1453</a> from sdroege/update-gir-files</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/95036c81ea4131cc2c8710d6c4e1d6894fe5be96"><code>95036c8</code></a> Update Cargo.lock</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/1951c6747dcf57486e599c2d7f819c4656d06b91"><code>1951c67</code></a> Regenerate with latest gir / gir-files</li> <li><a href="https://github.com/gtk-rs/gtk-rs-core/commit/f697f7c78e82821e30648a6a61ef0b629da973e6"><code>f697f7c</code></a> glib-sys: Add version for <code>q_sort_array()</code></li> <li>Additional commits viewable in <a href="https://github.com/gtk-rs/gtk-rs-core/compare/0.18.5...0.20.0">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.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 00:56:14 +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#5076
No description provided.