Skip to content

Commit

Permalink
build(deps): bump thiserror from 2.0.7 to 2.0.8
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.7...2.0.8)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent a57d57d commit f588360
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 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 @@ -12,7 +12,7 @@ categories = ["hardware-support"]
[dependencies]
log = "0.4.22"
num_enum = "0.7.3"
thiserror = "2.0.7"
thiserror = "2.0.8"
uuid = "1.11.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion homie-controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["network-programming"]
[dependencies]
log = "0.4.22"
rumqttc = "0.24.0"
thiserror = "2.0.7"
thiserror = "2.0.8"

[dev-dependencies]
flume = "0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion homie-device/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ log = "0.4.22"
mac_address = "1.1.7"
rumqttc = "0.24.0"
tokio = "1.42.0"
thiserror = "2.0.7"
thiserror = "2.0.8"

[dev-dependencies]
pretty_env_logger = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion mijia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories = ["hardware-support"]
bluez-async = "0.8.0"
futures = "0.3.31"
log = "0.4.22"
thiserror = "2.0.7"
thiserror = "2.0.8"
tokio = "1.42.0"
tokio-stream = "0.1.17"
uuid = "1.11.0"
Expand Down

0 comments on commit f588360

Please sign in to comment.