Skip to content

Commit c22abab

Browse files
dependabot[bot]qwandor
authored andcommitted
Bump dbus from 0.9.6 to 0.9.7
Bumps [dbus](https://github.com/diwic/dbus-rs) from 0.9.6 to 0.9.7. - [Release notes](https://github.com/diwic/dbus-rs/releases) - [Commits](diwic/dbus-rs@dbus-v0.9.6...dbus-v0.9.7) --- updated-dependencies: - dependency-name: dbus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50a056f commit c22abab

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bluez-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["api-bindings", "hardware-support", "os::linux-apis"]
1313
async-trait = "0.1.60"
1414
bitflags = "1.2.1"
1515
bluez-generated = { version = "0.2.1", path = "../bluez-generated" }
16-
dbus = { version = "0.9.6", features = ["futures"] }
16+
dbus = { version = "0.9.7", features = ["futures"] }
1717
dbus-tokio = "0.7.5"
1818
futures = "0.3.25"
1919
itertools = "0.10.5"

bluez-generated/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ categories = ["api-bindings", "os::linux-apis"]
1313
maintenance = { status = "experimental" }
1414

1515
[dependencies]
16-
dbus = { version = "0.9.6", features = ["futures"] }
16+
dbus = { version = "0.9.7", features = ["futures"] }

0 commit comments

Comments
 (0)