Skip to content

Commit d29d190

Browse files
authored
Merge pull request #676 from alsuren/dependabot/cargo/uuid-1.19.0
build(deps): bump uuid from 1.18.1 to 1.19.0
2 parents 44eed5c + 89cb248 commit d29d190

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

btsensor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["hardware-support"]
1313
log = "0.4.28"
1414
num_enum = "0.7.5"
1515
thiserror = "2.0.17"
16-
uuid = "1.18.1"
16+
uuid = "1.19.0"
1717

1818
[dev-dependencies]
1919
bluez-async = "0.8.1"

mijia/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ log = "0.4.28"
2020
thiserror = "2.0.17"
2121
tokio = "1.48.0"
2222
tokio-stream = "0.1.17"
23-
uuid = "1.18.1"
23+
uuid = "1.19.0"
2424

2525
[dev-dependencies]
2626
backoff = { version = "0.4.0", features = ["tokio"] }

0 commit comments

Comments
 (0)