Skip to content

build(deps): bump the patch-and-minor group across 1 directory with 3 updates#14

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/patch-and-minor-3eb31f56dd
Closed

build(deps): bump the patch-and-minor group across 1 directory with 3 updates#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/patch-and-minor-3eb31f56dd

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the patch-and-minor group with 3 updates in the / directory: log, zbus and glib-sys.

Updates log from 0.4.32 to 0.4.33

Changelog

Sourced from log's changelog.

[0.4.33] - 2026-06-20

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.32...0.4.33

Commits
  • f405739 Merge pull request #734 from rust-lang/cargo/0.4.33
  • 6a24abf prepare for 0.4.33 release
  • 87e0621 Merge pull request #732 from matteo-zeggiotti-ok/fix-key-comparison
  • a9b5711 Review: fallback to the &str hash
  • cc89cc6 Review: fixed other comparisons
  • 920e7dc Review: fixed comparison on MaybeStaticStr
  • 0d71d3c Fixed key comparison
  • See full diff in compare view

Updates zbus from 5.16.0 to 5.17.0

Release notes

Sourced from zbus's releases.

zbus-5.17.0

Changed

  • ♻️ Move pending method call to separate module.

Other

  • 🧐 Add concurrent method-call benchmark.

Performance

  • ⚡️ Route method replies directly by serial.

zbus_macros-5.17.0

Documentation

  • 📝 Document the Interface impl methods generated by #[interface]. #1542
Commits
  • 61c0495 Merge pull request #1842 from zeenix/releases
  • e28c837 🔖 Fresh releases
  • f4ffffd Merge pull request #1840 from z-galaxy/claude/zbus-255-256-7myj2r
  • c26b0b2 ✨ xmlgen: Generate Rust types from Telepathy type definitions
  • 9018e79 🔖 xmlgen: Bump version to 5.4.0
  • 5e1c50d ♻️ xmlgen: Add CodeGenerator, deprecate GenTrait & write_interfaces
  • d85f0c0 ✨ xmlgen: Warn about ignored unsupported XML elements
  • 2ae925d ✨ xmlgen: Turn Telepathy docstrings into doc comments
  • 6f99bcf ✨ zx: Support the Telepathy introspection extensions
  • ec4e143 Merge pull request #1839 from z-galaxy/claude/custom-xml-parser-y43etw
  • 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 = "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

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

… updates

Bumps the patch-and-minor group with 3 updates in the / directory: [log](https://github.com/rust-lang/log), [zbus](https://github.com/z-galaxy/zbus) and [glib-sys](https://github.com/gtk-rs/gtk-rs-core).


Updates `log` from 0.4.32 to 0.4.33
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.32...0.4.33)

Updates `zbus` from 5.16.0 to 5.17.0
- [Release notes](https://github.com/z-galaxy/zbus/releases)
- [Changelog](https://github.com/z-galaxy/zbus/blob/main/release-plz.toml)
- [Commits](z-galaxy/zbus@zbus-5.16.0...zbus-5.17.0)

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)

---
updated-dependencies:
- dependency-name: log
  dependency-version: 0.4.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: zbus
  dependency-version: 5.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: glib-sys
  dependency-version: 0.22.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 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 20, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/patch-and-minor-3eb31f56dd branch July 20, 2026 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants