Skip to content

Bump the minor-patch group with 17 updates - #81

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minor-patch-78acf29275
Closed

Bump the minor-patch group with 17 updates#81
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minor-patch-78acf29275

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-patch group with 17 updates:

Package From To
anyhow 1.0.102 1.0.103
chacha20 0.10.0 0.10.1
gdk4 0.11.2 0.11.4
gdk4-sys 0.11.2 0.11.4
gio 0.22.6 0.22.8
gio-sys 0.22.0 0.22.8
glib 0.22.7 0.22.8
glib-sys 0.22.6 0.22.8
graphene-rs 0.22.0 0.22.8
graphene-sys 0.22.0 0.22.8
gsk4 0.11.1 0.11.4
gsk4-sys 0.11.1 0.11.4
gtk4 0.11.3 0.11.4
gtk4-macros 0.11.0 0.11.4
gtk4-sys 0.11.3 0.11.4
pango 0.22.6 0.22.8
uuid 1.23.3 1.23.4

Updates anyhow from 1.0.102 to 1.0.103

Release notes

Sourced from anyhow's releases.

1.0.103

  • Fix Stacked Borrows violation (UB) in Error::downcast_mut (#451, #452)
Commits
  • 5bdb0e2 Release 1.0.103
  • e621bd3 Merge pull request #452 from dtolnay/downcast
  • 6e8c000 Eliminate pointer->reference->pointer during downcast
  • 67c4abd Add regression test for issue 451
  • 917a169 Update actions/upload-artifact@v6 -> v7
  • d9dc3fa Update actions/checkout@v6 -> v7
  • 841522b Raise minimum tested compiler to rust 1.85
  • See full diff in compare view

Updates chacha20 from 0.10.0 to 0.10.1

Commits
  • 5f3430b Release chacha20 v0.10.1 (#574)
  • 5e2e7b3 build(deps): bump actions/checkout from 6 to 7 (#573)
  • 7edb728 chacha20: use intel-sde-install action for AVX-512 CI (#572)
  • 2aa613e Update Cargo.lock (#571)
  • 57cb130 chacha20: apply unreachable_pub lint (#570)
  • 637e168 build(deps): bump hybrid-array from 0.4.11 to 0.4.12 in the all-deps group (#...
  • 51bb585 chacha20: widen NEON bulk path to 8 parallel blocks (#564)
  • 269a7b9 Update Cargo.lock (#563)
  • 315fe6c build(deps): bump the all-deps group with 2 updates (#561)
  • 3248a87 Fix header level of example sections (#560)
  • Additional commits viewable in compare view

Updates gdk4 from 0.11.2 to 0.11.4

Release notes

Sourced from gdk4's releases.

0.11.3

Sebastian Dröge:
      Regenerate with latest gir-files
      gtk4: Fix typo in docs comment
      gtk4: Fix mutability of `EditableImpl::get_text()` return pointer
      Merge pull request [#2296](https://github.com/gtk-rs/gtk4-rs/issues/2296) from gtk-rs/0.11-backports
      Update versions to 0.11.3

github-actions[bot]: Update gir-files

Commits
  • 6e427d7 Merge pull request #2330 from sdroege/0.11-backports
  • 3f5a20b Update gtk4-sys dependency to 0.11.3
  • c6a8606 build(deps): bump quick-xml from 0.38.4 to 0.39.2
  • 133882a Update Cargo.lock
  • 2532aa1 Manually bind gdk_keyval_get_aliases() and gtk_shortcut_trigger_create_with_a...
  • f66aa99 gsk: Use define_render_node for ComponentTransferNode as well
  • fc43904 gtk: Sort toml file
  • b75df74 gtk: Depend on gsk v4.24 as well
  • 14384f3 ci: Test V4_24 features
  • 1d6c3fe gsk: Sort toml file
  • Additional commits viewable in compare view

Updates gdk4-sys from 0.11.2 to 0.11.4

Release notes

Sourced from gdk4-sys's releases.

0.11.3

Sebastian Dröge:
      Regenerate with latest gir-files
      gtk4: Fix typo in docs comment
      gtk4: Fix mutability of `EditableImpl::get_text()` return pointer
      Merge pull request [#2296](https://github.com/gtk-rs/gtk4-rs/issues/2296) from gtk-rs/0.11-backports
      Update versions to 0.11.3

github-actions[bot]: Update gir-files

Commits
  • 6e427d7 Merge pull request #2330 from sdroege/0.11-backports
  • 3f5a20b Update gtk4-sys dependency to 0.11.3
  • c6a8606 build(deps): bump quick-xml from 0.38.4 to 0.39.2
  • 133882a Update Cargo.lock
  • 2532aa1 Manually bind gdk_keyval_get_aliases() and gtk_shortcut_trigger_create_with_a...
  • f66aa99 gsk: Use define_render_node for ComponentTransferNode as well
  • fc43904 gtk: Sort toml file
  • b75df74 gtk: Depend on gsk v4.24 as well
  • 14384f3 ci: Test V4_24 features
  • 1d6c3fe gsk: Sort toml file
  • Additional commits viewable in compare view

Updates gio from 0.22.6 to 0.22.8

Release notes

Sourced from gio's releases.

0.22.8

Alba Mendez:
      fix typo in ObjectExt::property_value docs

Sebastian Dröge: Update gir / gir-files Regenerate with latest gir / gir-files gio: Add forgotten socket_msg_flags modules to lib.rs Add various missing Gir.toml checks Remove various unused dependencies gio: Fix code style gio-unix: Fix order of types in Gir.toml gio: Add missing unsafe Add AI contribution policy section to the README.md Update Cargo.lock Update versions to 0.22.8

Tau Gärtli: Add safe wrapper for g_log_writer_default_set_debug_domains

Tomoaki Kawada: glib: gate BookmarkFile with cfg(feature = "v2.76") glib: remove g_bookmark_file_copy polyfill glib: require A: 'static in Variant::from_data[_with_type][_trusted]

0.22.7

Sebastian Dröge:
      glib: collections: Fix theoretical use-after-frees if dropping an item panics
      glib: collections: list: Fix use-after-free in `retain()` when removing the list head
      Update versions to 0.22.7
Commits
  • ae5dabb Update versions to 0.22.8
  • 60e0cf5 Update Cargo.lock
  • a799391 Add AI contribution policy section to the README.md
  • fd2edf4 glib: require A: 'static in Variant::from_data[_with_type][_trusted]
  • b3c6f53 fix typo in ObjectExt::property_value docs
  • 6042bc8 gio: Add missing unsafe
  • 3e61b92 gio-unix: Fix order of types in Gir.toml
  • 9900d30 gio: Fix code style
  • 059eed5 Remove various unused dependencies
  • 1e710d1 Add various missing Gir.toml checks
  • Additional commits viewable in compare view

Updates gio-sys from 0.22.0 to 0.22.8

Release notes

Sourced from gio-sys's releases.

0.22.8

Alba Mendez:
      fix typo in ObjectExt::property_value docs

Sebastian Dröge: Update gir / gir-files Regenerate with latest gir / gir-files gio: Add forgotten socket_msg_flags modules to lib.rs Add various missing Gir.toml checks Remove various unused dependencies gio: Fix code style gio-unix: Fix order of types in Gir.toml gio: Add missing unsafe Add AI contribution policy section to the README.md Update Cargo.lock Update versions to 0.22.8

Tau Gärtli: Add safe wrapper for g_log_writer_default_set_debug_domains

Tomoaki Kawada: glib: gate BookmarkFile with cfg(feature = "v2.76") glib: remove g_bookmark_file_copy polyfill glib: require A: 'static in Variant::from_data[_with_type][_trusted]

0.22.7

Sebastian Dröge:
      glib: collections: Fix theoretical use-after-frees if dropping an item panics
      glib: collections: list: Fix use-after-free in `retain()` when removing the list head
      Update versions to 0.22.7

0.22.6

Dario Marino Saccavino:
      gio-unix: Do not expose DesktopAppInfo on macos

Sebastian Dröge: glib: Move compile tests from trybuild2 to trybuild glib-macros: Move compile tests from trybuild2 to trybuild Update Cargo.lock glib-win32: Fix docs build Regenerate with latest gir-files win32: Mark get_package_installation_directory_of_module() as manual glib: Add new v2_90 version feature glib: Fix a couple of new clippy warnings glib-win32: Add back deprecated versions of package installation directory functions </tr></table>

... (truncated)

Commits
  • ae5dabb Update versions to 0.22.8
  • 60e0cf5 Update Cargo.lock
  • a799391 Add AI contribution policy section to the README.md
  • fd2edf4 glib: require A: 'static in Variant::from_data[_with_type][_trusted]
  • b3c6f53 fix typo in ObjectExt::property_value docs
  • 6042bc8 gio: Add missing unsafe
  • 3e61b92 gio-unix: Fix order of types in Gir.toml
  • 9900d30 gio: Fix code style
  • 059eed5 Remove various unused dependencies
  • 1e710d1 Add various missing Gir.toml checks
  • Additional commits viewable in compare view

Updates glib from 0.22.7 to 0.22.8

Release notes

Sourced from glib's releases.

0.22.8

Alba Mendez:
      fix typo in ObjectExt::property_value docs

Sebastian Dröge: Update gir / gir-files Regenerate with latest gir / gir-files gio: Add forgotten socket_msg_flags modules to lib.rs Add various missing Gir.toml checks Remove various unused dependencies gio: Fix code style gio-unix: Fix order of types in Gir.toml gio: Add missing unsafe Add AI contribution policy section to the README.md Update Cargo.lock Update versions to 0.22.8

Tau Gärtli: Add safe wrapper for g_log_writer_default_set_debug_domains

Tomoaki Kawada: glib: gate BookmarkFile with cfg(feature = &quot;v2.76&quot;) glib: remove g_bookmark_file_copy polyfill glib: require A: 'static in Variant::from_data[_with_type][_trusted]

Commits
  • ae5dabb Update versions to 0.22.8
  • 60e0cf5 Update Cargo.lock
  • a799391 Add AI contribution policy section to the README.md
  • fd2edf4 glib: require A: 'static in Variant::from_data[_with_type][_trusted]
  • b3c6f53 fix typo in ObjectExt::property_value docs
  • 6042bc8 gio: Add missing unsafe
  • 3e61b92 gio-unix: Fix order of types in Gir.toml
  • 9900d30 gio: Fix code style
  • 059eed5 Remove various unused dependencies
  • 1e710d1 Add various missing Gir.toml checks
  • Additional commits viewable in compare view

Updates glib-sys from 0.22.6 to 0.22.8

Release notes

Sourced from glib-sys's releases.

0.22.8

Alba Mendez:
      fix typo in ObjectExt::property_value docs

Sebastian Dröge: Update gir / gir-files Regenerate with latest gir / gir-files gio: Add forgotten socket_msg_flags modules to lib.rs Add various missing Gir.toml checks Remove various unused dependencies gio: Fix code style gio-unix: Fix order of types in Gir.toml gio: Add missing unsafe Add AI contribution policy section to the README.md Update Cargo.lock Update versions to 0.22.8

Tau Gärtli: Add safe wrapper for g_log_writer_default_set_debug_domains

Tomoaki Kawada: glib: gate BookmarkFile with cfg(feature = &quot;v2.76&quot;) glib: remove g_bookmark_file_copy polyfill glib: require A: 'static in Variant::from_data[_with_type][_trusted]

0.22.7

Sebastian Dröge:
      glib: collections: Fix theoretical use-after-frees if dropping an item panics
      glib: collections: list: Fix use-after-free in `retain()` when removing the list head
      Update versions to 0.22.7
Commits
  • ae5dabb Update versions to 0.22.8
  • 60e0cf5 Update Cargo.lock
  • a799391 Add AI contribution policy section to the README.md
  • fd2edf4 glib: require A: 'static in Variant::from_data[_with_type][_trusted]
  • b3c6f53 fix typo in ObjectExt::property_value docs
  • 6042bc8 gio: Add missing unsafe
  • 3e61b92 gio-unix: Fix order of types in Gir.toml
  • 9900d30 gio: Fix code style
  • 059eed5 Remove various unused dependencies
  • 1e710d1 Add various missing Gir.toml checks
  • Additional commits viewable in compare view

Updates graphene-rs from 0.22.0 to 0.22.8

Release notes

Sourced from graphene-rs's releases.

0.22.8

Alba Mendez:
      fix typo in ObjectExt::property_value docs

Sebastian Dröge: Update gir / gir-files Regenerate with latest gir / gir-files gio: Add forgotten socket_msg_flags modules to lib.rs Add various missing Gir.toml checks Remove various unused dependencies gio: Fix code style gio-unix: Fix order of types in Gir.toml gio: Add missing unsafe Add AI contribution policy section to the README.md Update Cargo.lock Update versions to 0.22.8

Tau Gärtli: Add safe wrapper for g_log_writer_default_set_debug_domains

Tomoaki Kawada: glib: gate BookmarkFile with cfg(feature = &quot;v2.76&quot;) glib: remove g_bookmark_file_copy polyfill glib: require A: 'static in Variant::from_data[_with_type][_trusted]

0.22.7

Sebastian Dröge:
      glib: collections: Fix theoretical use-after-frees if dropping an item panics
      glib: collections: list: Fix use-after-free in `retain()` when removing the list head
      Update versions to 0.22.7

0.22.6

Dario Marino Saccavino:
      gio-unix: Do not expose DesktopAppInfo on macos

Sebastian Dröge: glib: Move compile tests from trybuild2 to trybuild glib-macros: Move compile tests from trybuild2 to trybuild Update Cargo.lock glib-win32: Fix docs build Regenerate with latest gir-files win32: Mark get_package_installation_directory_of_module() as manual glib: Add new v2_90 version feature glib: Fix a couple of new clippy warnings glib-win32: Add back deprecated versions of package installation directory functions </tr></table>

... (truncated)

Commits
  • ae5dabb Update versions to 0.22.8
  • 60e0cf5 Update Cargo.lock
  • a799391 Add AI contribution policy section to the README.md
  • fd2edf4 glib: require A: 'static in Variant::from_data[_with_type][_trusted]
  • b3c6f53 fix typo in ObjectExt::property_value docs
  • 6042bc8 gio: Add missing unsafe
  • 3e61b92 gio-unix: Fix order of types in Gir.toml
  • 9900d30 gio: Fix code style
  • 059eed5 Remove various unused dependencies
  • 1e710d1 Add various missing Gir.toml checks
  • Additional commits viewable in compare view

Updates graphene-sys from 0.22.0 to 0.22.8

Release notes

Sourced from graphene-sys's releases.

0.22.8

Alba Mendez:
      fix typo in ObjectExt::property_value docs

Sebastian Dröge: Update gir / gir-files Regenerate with latest gir / gir-files gio: Add forgotten socket_msg_flags modules to lib.rs Add various missing Gir.toml checks Remove various unused dependencies gio: Fix code style gio-unix: Fix order of types in Gir.toml gio: Add missing unsafe Add AI contribution policy section to the README.md Update Cargo.lock Update versions to 0.22.8

Tau Gärtli: Add safe wrapper for g_log_writer_default_set_debug_domains

Tomoaki Kawada: glib: gate BookmarkFile with cfg(feature = &quot;v2.76&quot;) glib: remove g_bookmark_file_copy polyfill glib: require A: 'static in Variant::from_data[_with_type][_trusted]

0.22.7

Sebastian Dröge:
      glib: collections: Fix theoretical use-after-frees if dropping an item panics
      glib: collections: list: Fix use-after-free in `retain()` when removing the list head
      Update versions to 0.22.7

0.22.6

Dario Marino Saccavino:
      gio-unix: Do not expose DesktopAppInfo on macos

Sebastian Dröge: glib: Move compile tests from trybuild2 to trybuild glib-macros: Move compile tests from trybuild2 to trybuild Update Cargo.lock glib-win32: Fix docs build Regenerate with latest gir-files win32: Mark get_package_installation_directory_of_module() as manual glib: Add new v2_90 version feature glib: Fix a couple of new clippy warnings glib-win32: Add back deprecated versions of package installation directory functions </tr></table>

... (truncated)

Commits
  • ae5dabb Update versions to 0.22.8
  • 60e0cf5 Update Cargo.lock
  • a799391 Add AI contribution policy section to the README.md
  • fd2edf4 glib: require A: 'static in Variant::from_data[_with_type][_trusted]
  • b3c6f53 fix typo in ObjectExt::property_value docs
  • 6042bc8 gio: Add missing unsafe
  • 3e61b92 gio-unix: Fix order of types in Gir.toml
  • 9900d30 gio: Fix code style
  • 059eed5 Remove various unused dependencies
  • 1e710d1 Add various missing Gir.toml checks
  • Additional commits viewable in compare view

Updates gsk4 from 0.11.1 to 0.11.4

Release notes

Sourced from gsk4's releases.

0.11.3

Sebastian Dröge:
      Regenerate with latest gir-files
      gtk4: Fix typo in docs comment
      gtk4: Fix mutability of `EditableImpl::get_text()` return pointer
      Merge pull request [#2296](https://github.com/gtk-rs/gtk4-rs/issues/2296) from gtk-rs/0.11-backports
      Update versions to 0.11.3

github-actions[bot]: Update gir-files

0.11.2

Alessio Biancalana:
      gtk: add gnome_50 features
      gtk: add gnome_50 feature to the README file

Sebastian Dröge: Update gir / gir-files Regenerate with latest gir / gir-files gtk4: Generate RestoreReason gtk4: Add v4_24 version feature gtk4: Add back application save/restore state functionality rustfmt: Update to 2024 edition Update versions to 0.11.2

Sophie Herold: gdk: Add To/FromValue for ToplevelSize

Commits
  • 6e427d7 Merge pull request #2330 from sdroege/0.11-backports
  • 3f5a20b Update gtk4-sys dependency to 0.11.3
  • c6a8606 build(deps): bump quick-xml from 0.38.4 to 0.39.2
  • 133882a Update Cargo.lock
  • 2532aa1 Manually bind gdk_keyval_get_aliases() and gtk_shortcut_trigger_create_with_a...
  • f66aa99 gsk: Use define_render_node for ComponentTransferNode as well
  • fc43904 gtk: Sort toml file
  • b75df74 gtk: Depend on gsk v4.24 as well
  • 14384f3 ci: Test V4_24 features
  • 1d6c3fe gsk: Sort toml file
  • Additional commits viewable in compare view

Updates gsk4-sys from 0.11.1 to 0.11.4

Release notes

Sourced from gsk4-sys's releases.

0.11.3

Sebastian Dröge:
      Regenerate with latest gir-files
      gtk4: Fix typo in docs comment
      gtk4: Fix mutability of `EditableImpl::get_text()` return pointer
      Merge pull request [#2296](https://github.com/gtk-rs/gtk4-rs/issues/2296) from gtk-rs/0.11-backports
      Update versions to 0.11.3

github-actions[bot]: Update gir-files

0.11.2

Alessio Biancalana:
      gtk: add gnome_50 features
      gtk: add gnome_50 feature to the README file

Sebastian Dröge: Update gir / gir-files Regenerate with latest gir / gir-files gtk4: Generate RestoreReason gtk4: Add v4_24 version feature gtk4: Add back application save/restore state functionality rustfmt: Update to 2024 edition Update versions to 0.11.2

Sophie Herold: gdk: Add To/FromValue for ToplevelSize

Commits
  • 6e427d7 Merge pull request #2330 from sdroege/0.11-backports
  • 3f5a20b Update gtk4-sys dependency to 0.11.3
  • c6a8606 build(deps): bump quick-xml from 0.38.4 to 0.39.2
  • 133882a Update Cargo.lock
  • 2532aa1 Manually bind gdk_keyval_get_aliases() and gtk_shortcut_trigger_create_with_a...
  • f66aa99 gsk: Use define_render_node for ComponentTransferNode as well
  • fc43904 gtk: Sort toml file
  • b75df74 gtk: Depend on gsk v4.24 as well
  • 14384f3 ci: Test V4_24 features
  • 1d6c3fe gsk: Sort toml file
  • Additional commits viewable in compare view

Updates gtk4 from 0.11.3 to 0.11.4

Commits
  • 6e427d7 Merge pull request #2330 from sdroege/0.11-backports
  • 3f5a20b Update gtk4-sys dependency to 0.11.3
  • c6a8606 build(deps): bump quick-xml from 0.38.4 to 0.39.2
  • 133882a Update Cargo.lock
  • 2532aa1 Manually bind gdk_keyval_get_aliases() and gtk_shortcut_trigger_create_with_a...
  • f66aa99 gsk: Use define_render_node for ComponentTransferNode as well
  • fc43904 gtk: Sort toml file
  • b75df74 gtk: Depend on gsk v4.24 as well
  • 14384f3 ci: Test V4_24 features
  • 1d6c3fe gsk: Sort toml file
  • Additional commits viewable in compare view

Updates gtk4-macros from 0.11.0 to 0.11.4

Release notes

Sourced from gtk4-macros's releases.

0.11.3

Sebastian Dröge:
      Regenerate with latest gir-files
      gtk4: Fix typo in docs comment
      gtk4: Fix mutability of `EditableImpl::get_text()` return pointer
      Merge pull request [#2296](https://github.com/gtk-rs/gtk4-rs/issues/2296) from gtk-rs/0.11-backports
      Update versions to 0.11.3

github-actions[bot]: Update gir-files

0.11.2

Alessio Biancalana:
      gtk: add gnome_50 features
      gtk: add gnome_50 feature to the README file

Sebastian Dröge: Update gir / gir-files Regenerate with latest gir / gir-files gtk4: Generate RestoreReason gtk4: Add v4_24 version feature gtk4: Add back application save/restore state functionality rustfmt: Update to 2024 edition Update versions to 0.11.2

Sophie Herold: gdk: Add To/FromValue for ToplevelSize

0.11.1

Charlie-XIAO:
      fix: unsound pointer cast in gdk4::ToplevelExtManual::connect_compute_size and drag_surface_size

Sebastian Dröge: Update gir-files Regenerate with latest gir files Update versions to 0.11.1

Commits
  • 6e427d7 Merge pull request #2330 from sdroege/0.11-backports
  • 3f5a20b Update gtk4-sys dependency to 0.11.3
  • c6a8606 build(deps): bump quick-xml from 0.38.4 to 0.39.2
  • 133882a Update Cargo.lock
  • 2532aa1 Manually bind gdk_keyval_get_aliases() and gtk_shortcut_trigger_create_with_a...
  • f66aa99 gsk: Use define_render_node for ComponentTransferNode as well
  • fc43904 gtk: Sort toml file
  • b75df74 gtk: Depend on gsk v4.24 as well
  • 14384f3 ci: Test V4_24 features
  • 1d6c3fe gsk: Sort toml file
  • Additional commits viewable in compare view

Updates gtk4-sys from 0.11.3 to 0.11.4

Commits
  • 6e427d7 Merge pull request #2330 from sdroege/0.11-backports
  • 3f5a20b Update gtk4-sys dependency to 0.11.3
  • c6a8606 build(deps): bump quick-xml from 0.38.4 to 0.39.2
  • 133882a Update Cargo.lock
  • 2532aa1 Manually bind gdk_keyval_get_aliases() and gtk_shortcut_trigger_create_with_a...
  • f66aa99 gsk: Use define_render_node for ComponentTransferNode as well
  • fc43904 gtk: Sort toml file
  • b75df74 gtk: Depend on gsk v4.24 as well
  • 14384f3 ci: Test V4_24 features
  • 1d6c3fe gsk: Sort toml file
  • Additional commits viewable in compare view

Updates pango from 0.22.6 to 0.22.8

Release notes

Sourced from pango's releases.

0.22.8

Alba Mendez:
      fix typo in ObjectExt::property_value docs

Sebastian Dröge: Update gir / gir-files Regenerate with latest gir / gir-files gio: Add forgotten socket_msg_flags modules to lib.rs Add various missing Gir.toml checks Remove various unused dependencies gio: Fix code style gio-unix: Fix order of types in Gir.toml gio: Add missing unsafe Add AI contribution policy section to the README.md Update Cargo.lock Update versions to 0.22.8

Tau Gärtli: Add safe wrapper for g_log_writer_default_set_debug_domains

Tomoaki Kawada: glib: gate BookmarkFile with cfg(feature = &quot;v2.76&quot;) glib: remove g_bookmark_file_copy polyfill glib: require A: 'static in Variant::from_data[_with_type][_trusted]

0.22.7

Sebastian Dröge:
      glib: collections: Fix theoretical use-after-frees if dropping an item panics
      glib: collections: list: Fix use-after-free in `retain()` when removing the list head
      Update versions to 0.22.7
Commits
  • ae5dabb Update versions to 0.22.8
  • 60e0cf5 Update Cargo.lock
  • a799391 Add AI contribution policy section to the README.md
  • fd2edf4 glib: require A: 'static in Variant::from_data[_with_type][_trusted]
  • b3c6f53 fix typo in ObjectExt::property_value docs
  • 6042bc8 gio: Add missing unsafe
  • 3e61b92 gio-unix: Fix order of types in Gir.toml
  • 9900d30 gio: Fix code style
  • 059eed5 Remove various unused dependencies
  • 1e710d1 Add various missing Gir.toml checks
  • Additional commits viewable in compare view

Updates uuid from 1.23.3 to 1.23.4

Release notes

Sourced from uuid's releases.

v1.23.4

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4

Commits
  • 3296d64 Merge pull request #890 from uuid-rs/cargo/v1.23.4
  • cba53d0 prepare for 1.23.4 release
  • e347af4 Merge pull request #889 from frostyplanet/main
  • e9bf55c doc: Fix broken link warnings
  • 5351af4 doc: Enable feature flag label for docs.rs
  • 1e6a966 Merge pull request #888 from uuid-rs/KodrAus-patch-1
  • c9619f6 fix up name of fuzz script in readme
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-patch group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.102` | `1.0.103` |
| [chacha20](https://github.com/RustCrypto/stream-ciphers) | `0.10.0` | `0.10.1` |
| [gdk4](https://github.com/gtk-rs/gtk4-rs) | `0.11.2` | `0.11.4` |
| [gdk4-sys](https://github.com/gtk-rs/gtk4-rs) | `0.11.2` | `0.11.4` |
| [gio](https://github.com/gtk-rs/gtk-rs-core) | `0.22.6` | `0.22.8` |
| [gio-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.22.0` | `0.22.8` |
| [glib](https://github.com/gtk-rs/gtk-rs-core) | `0.22.7` | `0.22.8` |
| [glib-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.22.6` | `0.22.8` |
| [graphene-rs](https://github.com/gtk-rs/gtk-rs-core) | `0.22.0` | `0.22.8` |
| [graphene-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.22.0` | `0.22.8` |
| [gsk4](https://github.com/gtk-rs/gtk4-rs) | `0.11.1` | `0.11.4` |
| [gsk4-sys](https://github.com/gtk-rs/gtk4-rs) | `0.11.1` | `0.11.4` |
| [gtk4](https://github.com/gtk-rs/gtk4-rs) | `0.11.3` | `0.11.4` |
| [gtk4-macros](https://github.com/gtk-rs/gtk4-rs) | `0.11.0` | `0.11.4` |
| [gtk4-sys](https://github.com/gtk-rs/gtk4-rs) | `0.11.3` | `0.11.4` |
| [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.22.6` | `0.22.8` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.3` | `1.23.4` |


Updates `anyhow` from 1.0.102 to 1.0.103
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.102...1.0.103)

Updates `chacha20` from 0.10.0 to 0.10.1
- [Commits](RustCrypto/stream-ciphers@chacha20-v0.10.0...chacha20-v0.10.1)

Updates `gdk4` from 0.11.2 to 0.11.4
- [Release notes](https://github.com/gtk-rs/gtk4-rs/releases)
- [Changelog](https://github.com/gtk-rs/gtk4-rs/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk4-rs@0.11.2...0.11.4)

Updates `gdk4-sys` from 0.11.2 to 0.11.4
- [Release notes](https://github.com/gtk-rs/gtk4-rs/releases)
- [Changelog](https://github.com/gtk-rs/gtk4-rs/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk4-rs@0.11.2...0.11.4)

Updates `gio` from 0.22.6 to 0.22.8
- [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.22.6...0.22.8)

Updates `gio-sys` from 0.22.0 to 0.22.8
- [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.22.0...0.22.8)

Updates `glib` from 0.22.7 to 0.22.8
- [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.22.7...0.22.8)

Updates `glib-sys` from 0.22.6 to 0.22.8
- [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.22.6...0.22.8)

Updates `graphene-rs` from 0.22.0 to 0.22.8
- [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.22.0...0.22.8)

Updates `graphene-sys` from 0.22.0 to 0.22.8
- [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.22.0...0.22.8)

Updates `gsk4` from 0.11.1 to 0.11.4
- [Release notes](https://github.com/gtk-rs/gtk4-rs/releases)
- [Changelog](https://github.com/gtk-rs/gtk4-rs/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk4-rs@0.11.1...0.11.4)

Updates `gsk4-sys` from 0.11.1 to 0.11.4
- [Release notes](https://github.com/gtk-rs/gtk4-rs/releases)
- [Changelog](https://github.com/gtk-rs/gtk4-rs/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk4-rs@0.11.1...0.11.4)

Updates `gtk4` from 0.11.3 to 0.11.4
- [Release notes](https://github.com/gtk-rs/gtk4-rs/releases)
- [Changelog](https://github.com/gtk-rs/gtk4-rs/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk4-rs@0.11.3...0.11.4)

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

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

Updates `pango` from 0.22.6 to 0.22.8
- [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.22.6...0.22.8)

Updates `uuid` from 1.23.3 to 1.23.4
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.3...v1.23.4)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: chacha20
  dependency-version: 0.10.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gdk4
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gdk4-sys
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gio
  dependency-version: 0.22.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gio-sys
  dependency-version: 0.22.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: glib
  dependency-version: 0.22.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: glib-sys
  dependency-version: 0.22.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: graphene-rs
  dependency-version: 0.22.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: graphene-sys
  dependency-version: 0.22.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gsk4
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gsk4-sys
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gtk4
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gtk4-macros
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gtk4-sys
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: pango
  dependency-version: 0.22.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: uuid
  dependency-version: 1.23.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 29, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Jul 6, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/minor-patch-78acf29275 branch July 6, 2026 11:26
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