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

build(deps): bump zbus from 3.6.1 to 4.4.0 #1214

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 30, 2024

  1. build(deps): bump zbus from 3.6.1 to 4.4.0

    Bumps [zbus](https://github.com/dbus2/zbus) from 3.6.1 to 4.4.0.
    - [Release notes](https://github.com/dbus2/zbus/releases)
    - [Commits](dbus2/zbus@zbus-3.6.1...zbus-4.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: zbus
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and HuijingHei committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    debfd16 View commit details
    Browse the repository at this point in the history
  2. Replace deprecated macro dbus_proxy and dbus_interface

    The latest version of zbus uses the deprecated macro `dbus_proxy`,
    replace with `#[proxy()]`.
    For deprecated macro `dbus_interface`, replace with `#[interface()]`.
    HuijingHei committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    af5e1b8 View commit details
    Browse the repository at this point in the history