Skip to content

Commit

Permalink
Merge pull request #480 from alsuren/dependabot/cargo/uuid-1.8.0
Browse files Browse the repository at this point in the history
build(deps): bump uuid from 1.7.0 to 1.8.0
  • Loading branch information
qwandor authored Mar 19, 2024
2 parents c70631c + bf20846 commit d276b70
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.58"
uuid = "1.7.0"
uuid = "1.8.0"

[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.58"
tokio = "1.36.0"
tokio-stream = "0.1.15"
uuid = "1.7.0"
uuid = "1.8.0"

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

0 comments on commit d276b70

Please sign in to comment.