Skip to content

Commit

Permalink
Merge pull request #491 from alsuren/dependabot/cargo/thiserror-1.0.59
Browse files Browse the repository at this point in the history
build(deps): bump thiserror from 1.0.58 to 1.0.59
  • Loading branch information
qwandor authored Apr 22, 2024
2 parents d67bb6e + 54d3c2a commit 259924c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.21"
num_enum = "0.7.2"
thiserror = "1.0.58"
thiserror = "1.0.59"
uuid = "1.8.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.21"
rumqttc = "0.24.0"
thiserror = "1.0.58"
thiserror = "1.0.59"

[dev-dependencies]
flume = "0.11.0"
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.21"
mac_address = "1.1.6"
rumqttc = "0.24.0"
tokio = "1.37.0"
thiserror = "1.0.58"
thiserror = "1.0.59"

[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.7.1"
futures = "0.3.30"
log = "0.4.21"
thiserror = "1.0.58"
thiserror = "1.0.59"
tokio = "1.37.0"
tokio-stream = "0.1.15"
uuid = "1.8.0"
Expand Down

0 comments on commit 259924c

Please sign in to comment.