Skip to content

Commit

Permalink
build(deps): bump bluez-async from 0.7.2 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [bluez-async](https://github.com/bluez-rs/bluez-async) from 0.7.2 to 0.8.0.
- [Commits](bluez-rs/bluez-async@bluez-async-0.7.2...bluez-async-0.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent fc9ea3f commit bae1d2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
24 changes: 7 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion btsensor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ thiserror = "2.0.6"
uuid = "1.11.0"

[dev-dependencies]
bluez-async = "0.7.1"
bluez-async = "0.8.0"
futures = "0.3.31"
eyre = "0.6.12"
pretty_env_logger = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion mijia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["ble", "bluetooth", "humidity", "temperature"]
categories = ["hardware-support"]

[dependencies]
bluez-async = "0.7.1"
bluez-async = "0.8.0"
futures = "0.3.31"
log = "0.4.22"
thiserror = "2.0.6"
Expand Down

0 comments on commit bae1d2d

Please sign in to comment.