Skip to content

Commit b42a4a1

Browse files
build(deps): bump thiserror from 2.0.8 to 2.0.9
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.8 to 2.0.9. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.8...2.0.9) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e5b1d9f commit b42a4a1

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -12,7 +12,7 @@ categories = ["hardware-support"]
1212
[dependencies]
1313
log = "0.4.22"
1414
num_enum = "0.7.3"
15-
thiserror = "2.0.8"
15+
thiserror = "2.0.9"
1616
uuid = "1.11.0"
1717

1818
[dev-dependencies]

homie-controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["network-programming"]
1515
[dependencies]
1616
log = "0.4.22"
1717
rumqttc = "0.24.0"
18-
thiserror = "2.0.8"
18+
thiserror = "2.0.9"
1919

2020
[dev-dependencies]
2121
flume = "0.11.1"

homie-device/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ log = "0.4.22"
2020
mac_address = "1.1.7"
2121
rumqttc = "0.24.0"
2222
tokio = "1.42.0"
23-
thiserror = "2.0.8"
23+
thiserror = "2.0.9"
2424

2525
[dev-dependencies]
2626
pretty_env_logger = "0.5.0"

mijia/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ categories = ["hardware-support"]
1717
bluez-async = "0.8.0"
1818
futures = "0.3.31"
1919
log = "0.4.22"
20-
thiserror = "2.0.8"
20+
thiserror = "2.0.9"
2121
tokio = "1.42.0"
2222
tokio-stream = "0.1.17"
2323
uuid = "1.11.0"

0 commit comments

Comments
 (0)