Skip to content

Commit

Permalink
Merge pull request #548 from alsuren/dependabot/cargo/uuid-1.11.0
Browse files Browse the repository at this point in the history
build(deps): bump uuid from 1.10.0 to 1.11.0
  • Loading branch information
qwandor authored Oct 17, 2024
2 parents 1f3d154 + f2829a2 commit 992586b
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.22"
num_enum = "0.7.3"
thiserror = "1.0.64"
uuid = "1.10.0"
uuid = "1.11.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.22"
thiserror = "1.0.64"
tokio = "1.40.0"
tokio-stream = "0.1.16"
uuid = "1.10.0"
uuid = "1.11.0"

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

0 comments on commit 992586b

Please sign in to comment.