Skip to content

Bump the minor-patch group across 1 directory with 21 updates #478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps the minor-patch group with 21 updates in the / directory:

Package From To
bitflags 2.9.0 2.9.1
cairo-rs 0.20.7 0.20.10
cairo-sys-rs 0.20.7 0.20.10
cc 1.2.20 1.2.23
gdk-pixbuf 0.20.9 0.20.10
gdk-pixbuf-sys 0.20.7 0.20.10
gio 0.20.9 0.20.11
gio-sys 0.20.9 0.20.10
glib 0.20.9 0.20.10
glib-macros 0.20.7 0.20.10
glib-sys 0.20.9 0.20.10
gobject-sys 0.20.9 0.20.10
graphene-rs 0.20.9 0.20.10
graphene-sys 0.20.7 0.20.10
hashbrown 0.15.2 0.15.3
pango 0.20.9 0.20.10
pango-sys 0.20.9 0.20.10
temp-dir 0.1.14 0.1.16
toml 0.8.20 0.8.21
toml_edit 0.22.25 0.22.26
winnow 0.7.7 0.7.10

Updates bitflags from 2.9.0 to 2.9.1

Release notes

Sourced from bitflags's releases.

2.9.1

What's Changed

Full Changelog: bitflags/bitflags@2.9.0...2.9.1

Changelog

Sourced from bitflags's changelog.

2.9.1

What's Changed

Full Changelog: bitflags/bitflags@2.9.0...2.9.1

Commits

Updates cairo-rs from 0.20.7 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

Updates cairo-sys-rs from 0.20.7 to 0.20.10

Release notes

Sourced from cairo-sys-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

Updates cc from 1.2.20 to 1.2.23

Release notes

Sourced from cc's releases.

cc-v1.2.23

Other

  • support "vxworks" and "nto" OSes on get_base_archiver_variant (#1456)

cc-v1.2.22

Other

  • Add flags method to cc::Build for adding multiple flags (#1466)

cc-v1.2.21

Other

  • Fix wasm32-unknown-unknown by passing -c (#1424)
Changelog

Sourced from cc's changelog.

1.2.23 - 2025-05-16

Other

  • support "vxworks" and "nto" OSes on get_base_archiver_variant (#1456)

1.2.22 - 2025-05-09

Other

  • Add flags method to cc::Build for adding multiple flags (#1466)

1.2.21 - 2025-05-02

Other

  • Fix wasm32-unknown-unknown by passing -c (#1424)
Commits

Updates gdk-pixbuf from 0.20.9 to 0.20.10

Release notes

Sourced from gdk-pixbuf'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

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

Updates gdk-pixbuf-sys from 0.20.7 to 0.20.10

Release notes

Sourced from gdk-pixbuf-sys'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

Updates gio from 0.20.9 to 0.20.11

Release notes

Sourced from gio's releases.

0.20.11

Sebastian Dröge:
      Update version to 0.20.11

Sophie Herold:
Revert "gio: manually implement content_type_guess"

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

Commits
  • 95018bf Update version to 0.20.11
  • 4ff92d4 Merge pull request #1720 from sophie-h/wip/sophie-h/revert-api-break
  • a57af72 Revert "gio: manually implement content_type_guess"
  • 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
  • Additional commits viewable in compare view

Updates gio-sys from 0.20.9 to 0.20.10

Release notes

Sourced from gio-sys'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

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

Updates glib from 0.20.9 to 0.20.10

Release notes

Sourced from glib'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

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

Updates glib-macros from 0.20.7 to 0.20.10

Release notes

Sourced from glib-macros'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

Updates glib-sys from 0.20.9 to 0.20.10

Release notes

Sourced from glib-sys'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

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

Updates gobject-sys from 0.20.9 to 0.20.10

Release notes

Sourced from gobject-sys'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

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

Updates graphene-rs from 0.20.9 to 0.20.10

Release notes

Sourced from graphene-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

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

Updates graphene-sys from 0.20.7 to 0.20.10

Release notes

Sourced from graphene-sys'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

Updates hashbrown from 0.15.2 to 0.15.3

Release notes

Sourced from hashbrown's releases.

v0.15.3

Added

  • SIMD implementation for LoongArch (#592, requires nightly)

Changed

  • Optimized insertion path by avoiding an unnecessary match_empty (#607)
  • Increased minimum table size for small types (#615)
  • Dropped FnMut trait bounds from ExtractIf data structures (#616)
  • Relaxed constraint in hash_map::EntryRef insertion methods K: From<&Q> to &Q: Into<K> (#611)
  • Added allocator template argument for rustc_iter (#605)
  • The allocator-api2/nightly feature is no longer enabled by hashbrown/nightly (#606)
Changelog

Sourced from hashbrown's changelog.

0.15.3 - 2025-04-29

Added

  • SIMD implementation for LoongArch (#592, requires nightly)

Changed

  • Optimized insertion path by avoiding an unnecessary match_empty (#607)
  • Increased minimum table size for small types (#615)
  • Dropped FnMut trait bounds from ExtractIf data structures (#616)
  • Relaxed constraint in hash_map::EntryRef insertion methods K: From<&Q> to &Q: Into<K> (#611)
  • Added allocator template argument for rustc_iter (#605)
  • The allocator-api2/nightly feature is no longer enabled by hashbrown/nightly (#606)
Commits

Updates pango from 0.20.9 to 0.20.10

Release notes

Sourced from pango'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

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

Updates pango-sys from 0.20.9 to 0.20.10

Release notes

Sourced from pango-sys'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

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

Updates temp-dir from 0.1.14 to 0.1.16

Commits

Bumps the minor-patch group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bitflags](https://github.com/bitflags/bitflags) | `2.9.0` | `2.9.1` |
| [cairo-rs](https://github.com/gtk-rs/gtk-rs-core) | `0.20.7` | `0.20.10` |
| [cairo-sys-rs](https://github.com/gtk-rs/gtk-rs-core) | `0.20.7` | `0.20.10` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.20` | `1.2.23` |
| [gdk-pixbuf](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.10` |
| [gdk-pixbuf-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.20.7` | `0.20.10` |
| [gio](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.11` |
| [gio-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.10` |
| [glib](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.10` |
| [glib-macros](https://github.com/gtk-rs/gtk-rs-core) | `0.20.7` | `0.20.10` |
| [glib-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.10` |
| [gobject-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.10` |
| [graphene-rs](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.10` |
| [graphene-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.20.7` | `0.20.10` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.2` | `0.15.3` |
| [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.10` |
| [pango-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.10` |
| [temp-dir](https://gitlab.com/leonhard-llc/ops) | `0.1.14` | `0.1.16` |
| [toml](https://github.com/toml-rs/toml) | `0.8.20` | `0.8.21` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.25` | `0.22.26` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.7` | `0.7.10` |



Updates `bitflags` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.9.0...2.9.1)

Updates `cairo-rs` from 0.20.7 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.7...0.20.10)

Updates `cairo-sys-rs` from 0.20.7 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.7...0.20.10)

Updates `cc` from 1.2.20 to 1.2.23
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.20...cc-v1.2.23)

Updates `gdk-pixbuf` from 0.20.9 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.10)

Updates `gdk-pixbuf-sys` from 0.20.7 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.7...0.20.10)

Updates `gio` from 0.20.9 to 0.20.11
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.11)

Updates `gio-sys` from 0.20.9 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.10)

Updates `glib` from 0.20.9 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.10)

Updates `glib-macros` from 0.20.7 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.7...0.20.10)

Updates `glib-sys` from 0.20.9 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.10)

Updates `gobject-sys` from 0.20.9 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.10)

Updates `graphene-rs` from 0.20.9 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.10)

Updates `graphene-sys` from 0.20.7 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.7...0.20.10)

Updates `hashbrown` from 0.15.2 to 0.15.3
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/commits/v0.15.3)

Updates `pango` from 0.20.9 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.10)

Updates `pango-sys` from 0.20.9 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.10)

Updates `temp-dir` from 0.1.14 to 0.1.16
- [Commits](https://gitlab.com/leonhard-llc/ops/compare/temp-dir-v0.1.14...temp-dir-v0.1.16)

Updates `toml` from 0.8.20 to 0.8.21
- [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.8.21)

Updates `toml_edit` from 0.22.25 to 0.22.26
- [Commits](toml-rs/toml@v0.22.25...v0.22.26)

Updates `winnow` from 0.7.7 to 0.7.10
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.7...v0.7.10)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-version: 2.9.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: cairo-rs
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: cairo-sys-rs
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: cc
  dependency-version: 1.2.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gdk-pixbuf
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gdk-pixbuf-sys
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gio
  dependency-version: 0.20.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gio-sys
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: glib
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: glib-macros
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: glib-sys
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gobject-sys
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: graphene-rs
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: graphene-sys
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: hashbrown
  dependency-version: 0.15.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: pango
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: pango-sys
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: temp-dir
  dependency-version: 0.1.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: toml
  dependency-version: 0.8.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: toml_edit
  dependency-version: 0.22.26
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: winnow
  dependency-version: 0.7.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 19, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 26, 2025
@dependabot dependabot bot deleted the dependabot/cargo/minor-patch-b84ca2902e branch May 26, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants