Skip to content

Commit

Permalink
Merge pull request #516 from alsuren/dependabot/cargo/uuid-1.9.1
Browse files Browse the repository at this point in the history
build(deps): bump uuid from 1.8.0 to 1.9.1
  • Loading branch information
qwandor authored Jun 25, 2024
2 parents e4e119c + dc4411e commit bc613c8
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 bc613c8

Please sign in to comment.