svenstaro / wmfocus

Visually focus windows by label
MIT License
219 stars 20 forks source link

Bump cairo-rs from 0.19.2 to 0.19.4 #347

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 5 months ago

Bumps cairo-rs from 0.19.2 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

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 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)
dependabot[bot] commented 3 months ago

Superseded by #352.