Skip to content

Bump the minor-patch group across 1 directory with 26 updates#82

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

Bump the minor-patch group across 1 directory with 26 updates#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minor-patch-7d14c6e6b2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
anyhow 1.0.102 1.0.103
gstreamer 0.25.2 0.25.3
rand 0.10.1 0.10.2
arrayvec 0.7.7 0.7.8
cc 1.2.65 1.2.66
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
jobserver 0.1.34 0.1.35
libredox 0.1.17 0.1.18
pango 0.22.6 0.22.8
pxfm 0.1.29 0.1.30
tauri-winrt-notification 0.7.2 0.7.3
time 0.3.51 0.3.53
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 gstreamer from 0.25.2 to 0.25.3

Updates rand from 0.10.1 to 0.10.2

Changelog

Sourced from rand's changelog.

[0.10.2] — 2026-07-02

Fixes

  • Fix possible memory safety violation due to deserialization of UniformChar from bad source (#1790)

Changes

  • Document required output order of fn partial_shuffle and apply #[must_use] (#1769)
  • Avoid usage of unsafe in contexts where non-local memory corruption could invalidate contract (#1791)

#1769: rust-random/rand#1769 #1790: rust-random/rand#1790 #1791: rust-random/rand#1791

Commits

Updates arrayvec from 0.7.7 to 0.7.8

Changelog

Sourced from arrayvec's changelog.

0.7.8

Commits

Updates cc from 1.2.65 to 1.2.66

Release notes

Sourced from cc's releases.

cc-v1.2.66

Other

  • Fix target parsing for aarch64-unknown-linux-pauthtest (#1779)
  • Support new QNX targets (#1775)
  • Add kache to the supported compiler wrappers (#1770)
Changelog

Sourced from cc's changelog.

1.2.66 - 2026-07-05

Other

  • Fix target parsing for aarch64-unknown-linux-pauthtest (#1779)
  • Support new QNX targets (#1775)
  • Add kache to the supported compiler wrappers (#1770)
Commits

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 jobserver from 0.1.34 to 0.1.35

Commits
  • 85ba04e chore: bump to 0.1.35
  • 89f2303 Merge pull request #122 from weihanglo/nix-0.31.3
  • c539363 chore: bump to nix@0.31.3
  • 6753b4d Merge pull request #120 from kpcyrd/getrandom-0.4
  • 922f23b chore: bump MSRV to 1.85
  • c28a13d Merge pull request #121 from weihanglo/ci-native-make
  • d51b4bb ci: use native GNU Make instead of building from source
  • 2195928 test: exercise both jobserver styles in make-as-server tests
  • 18d138c Update getrandom to 0.4
  • See full diff in compare view

Updates libredox from 0.1.17 to 0.1.18

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 pxfm from 0.1.29 to 0.1.30

Release notes

Sourced from pxfm's releases.

0.1.30

What's Changed

Full Changelog: awxkee/pxfm@0.1.29...0.1.30

Commits

Updates tauri-winrt-notification from 0.7.2 to 0.7.3

Release notes

Sourced from tauri-winrt-notification's releases.

tauri-winrt-notification v0.7.3

Updating crates.io index Locking 20 packages to latest compatible versions Adding windows v0.61.3 (available: v0.62.2) Adding windows-registry v0.5.3 (available: v0.6.1)

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 1149 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (21 crate dependencies)

[0.7.3]

Updating crates.io index
   Packaging tauri-winrt-notification v0.7.3 (/home/runner/work/winrt-notification/winrt-notification)
    Updating crates.io index
    Packaged 34 files, 103.1KiB (46.6KiB compressed)
   Uploading tauri-winrt-notification v0.7.3 (/home/runner/work/winrt-notification/winrt-notification)
    Uploaded tauri-winrt-notification v0.7.3 to registry `crates-io`
note: waiting for tauri-winrt-notification v0.7.3 to be available at registry `crates-io`
help: you may press ctrl-c to skip waiting; the crate should be available shortly
   Published tauri-winrt-notification v0.7.3 at registry `crates-io`
Changelog

Sourced from tauri-winrt-notification's changelog.

[0.7.3]

Commits

Updates time from 0.3.51 to 0.3.53

Release notes

Sourced from time's releases.

v0.3.53

See the changelog for details.

v0.3.52

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.53 [2026-07-01]

There are no publicly-facing changes in this release. It solely works around the cookie crate relying on an implementation detail of time that was never part of the public API (and thus subject to semver guarantees). The internal API has been reverted to t...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.102` | `1.0.103` |
| gstreamer | `0.25.2` | `0.25.3` |
| [rand](https://github.com/rust-random/rand) | `0.10.1` | `0.10.2` |
| [arrayvec](https://github.com/bluss/arrayvec) | `0.7.7` | `0.7.8` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.65` | `1.2.66` |
| [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` |
| [jobserver](https://github.com/rust-lang/jobserver-rs) | `0.1.34` | `0.1.35` |
| libredox | `0.1.17` | `0.1.18` |
| [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.22.6` | `0.22.8` |
| [pxfm](https://github.com/awxkee/pxfm) | `0.1.29` | `0.1.30` |
| [tauri-winrt-notification](https://github.com/tauri-apps/winrt-notification) | `0.7.2` | `0.7.3` |
| [time](https://github.com/time-rs/time) | `0.3.51` | `0.3.53` |
| [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 `gstreamer` from 0.25.2 to 0.25.3

Updates `rand` from 0.10.1 to 0.10.2
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.10.1...0.10.2)

Updates `arrayvec` from 0.7.7 to 0.7.8
- [Release notes](https://github.com/bluss/arrayvec/releases)
- [Changelog](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md)
- [Commits](bluss/arrayvec@0.7.7...0.7.8)

Updates `cc` from 1.2.65 to 1.2.66
- [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.65...cc-v1.2.66)

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 `jobserver` from 0.1.34 to 0.1.35
- [Commits](rust-lang/jobserver-rs@0.1.34...0.1.35)

Updates `libredox` from 0.1.17 to 0.1.18

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 `pxfm` from 0.1.29 to 0.1.30
- [Release notes](https://github.com/awxkee/pxfm/releases)
- [Commits](awxkee/pxfm@0.1.29...0.1.30)

Updates `tauri-winrt-notification` from 0.7.2 to 0.7.3
- [Release notes](https://github.com/tauri-apps/winrt-notification/releases)
- [Changelog](https://github.com/tauri-apps/winrt-notification/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/winrt-notification@tauri-winrt-notification-v0.7.2...tauri-winrt-notification-v0.7.3)

Updates `time` from 0.3.51 to 0.3.53
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.51...v0.3.53)

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: gstreamer
  dependency-version: 0.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: rand
  dependency-version: 0.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: arrayvec
  dependency-version: 0.7.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: cc
  dependency-version: 1.2.66
  dependency-type: indirect
  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: jobserver
  dependency-version: 0.1.35
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: libredox
  dependency-version: 0.1.18
  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: pxfm
  dependency-version: 0.1.30
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: tauri-winrt-notification
  dependency-version: 0.7.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: time
  dependency-version: 0.3.53
  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 Jul 6, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 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 13, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/minor-patch-7d14c6e6b2 branch July 13, 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