Skip to content
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

chore(deps): bump zbus from 5.1.1 to 5.2.0 #38

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2024

Bumps zbus from 5.1.1 to 5.2.0.

Release notes

Sourced from zbus's releases.

🔖 zbus 5.2.0

  • ⚡️ Optimizations:
    • Don't use proxies in connection code. This allows LTO to remove the proxy-side code from the binary if the users isn't directly using proxy APIs. On busd, this reduces the binary size by 200KB.
    • Disable docs in fdo interface introspection. These interfaces are well-known and documented (in the spec itself), so we don't need to provide the docs in the introspection data at runtime.
    • interface now allows disabling docs in introspection. Introspection strings are part of the binary and can have an impact on the binary size. This change allows to disable the addition of docs in the introspection for cases where there interface is well-known/well-documented. For example, combined with the following change of using this in the zbus::fdo interfaces, this will allow busd binary to shed 26 KB.
    • Avoid some formatting at runtime in interface macro. Add values already known to the introspection XML at compile time. This also removes about 500 bytes from busd binary size.
  • 🚩 Add gvariant feature flag to zbus_macros. It's just a proxy feature for zvariant and only needed to fix the build in the root workspace when building with --features gvariant. #1125.
  • ⬆️ Update tokio-vsock to 0.6.
  • 🔊 Skip self in an instrumented method.
  • 🔥 Drop now unused sink feature of futures-util.
Commits
  • e60691b Merge pull request #1175 from zeenix/zb-rel-5.2
  • fdd15f3 🔖 zb,zm: Release 5.2.0
  • 487065b ⬆️ micro: Update serde to v1.0.216 (#1174)
  • 0e6d83e ⬆️ micro: Update chrono to v0.4.39 (#1173)
  • 588978b ⬆️ micro: Update clap to v4.5.23 (#1171)
  • 2e4667b ⬆️ micro: Update clap to v4.5.22 (#1169)
  • 6f18398 ⬆️ micro: Update JamesIves/github-pages-deploy-action action to v4.7.2 (#1168)
  • 4cc9526 Merge pull request #1148 from Spindel/zvariant-nan-decoders
  • 0d2704f Merge pull request #1167 from dbus2/renovate/tokio-1.x-lockfile
  • 6ea4a02 ⬆️ Update tokio to v1.42.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [zbus](https://github.com/dbus2/zbus) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zbus-5.1.1...zbus-5.2.0)

---
updated-dependencies:
- dependency-name: zbus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Dec 18, 2024
@Decodetalkers Decodetalkers merged commit fcc8c1f into master Dec 18, 2024
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/zbus-5.2.0 branch December 18, 2024 05:10
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
Development

Successfully merging this pull request may close these issues.

1 participant