Skip to content

Commit 91dc584

Browse files
Bump async-trait from 0.1.74 to 0.1.75 (#210)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.74 to 0.1.75. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.74...0.1.75) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1712c9b commit 91dc584

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -10,7 +10,7 @@ keywords = ["ble", "bluetooth", "bluez"]
1010
categories = ["api-bindings", "hardware-support", "os::linux-apis"]
1111

1212
[dependencies]
13-
async-trait = "0.1.74"
13+
async-trait = "0.1.75"
1414
bitflags = "2.4.1"
1515
bluez-generated = { version = "0.3.0", path = "../bluez-generated" }
1616
dbus = { version = "0.9.7", features = ["futures"] }

0 commit comments

Comments
 (0)