Skip to content

Commit

Permalink
build(deps): bump uuid from 1.8.0 to 1.9.1
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.9.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.8.0...1.9.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent e4e119c commit dc4411e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -13,7 +13,7 @@ categories = ["hardware-support"]
log = "0.4.21"
num_enum = "0.7.2"
thiserror = "1.0.61"
uuid = "1.8.0"
uuid = "1.9.1"

[dev-dependencies]
bluez-async = "0.7.1"
Expand Down
2 changes: 1 addition & 1 deletion mijia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ log = "0.4.21"
thiserror = "1.0.61"
tokio = "1.38.0"
tokio-stream = "0.1.15"
uuid = "1.8.0"
uuid = "1.9.1"

[dev-dependencies]
backoff = { version = "0.4.0", features = ["tokio"] }
Expand Down

0 comments on commit dc4411e

Please sign in to comment.