Skip to content

Commit

Permalink
Merge pull request #594 from alsuren/dependabot/cargo/color-backtrace…
Browse files Browse the repository at this point in the history
…-0.7.0

build(deps): bump color-backtrace from 0.6.1 to 0.7.0
  • Loading branch information
qwandor authored Feb 10, 2025
2 parents e38539c + d9b1120 commit 2bee15b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 applehat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["homie", "mqtt", "raspberrypi"]
categories = ["network-programming"]

[dependencies]
color-backtrace = "0.6.1"
color-backtrace = "0.7.0"
eyre = "0.6.12"
futures = "0.3.31"
homie-controller = { version = "0.9.0", path = "../homie-controller" }
Expand Down
2 changes: 1 addition & 1 deletion homie-influx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["homie", "mqtt"]
categories = ["network-programming"]

[dependencies]
color-backtrace = "0.6.1"
color-backtrace = "0.7.0"
eyre = "0.6.12"
futures = "0.3.31"
homie-controller = { version = "0.9.0", path = "../homie-controller" }
Expand Down
2 changes: 1 addition & 1 deletion mijia-homie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ path = "src/mijia-names.rs"
[dependencies]
backoff = { version = "0.4.0", features = ["tokio"] }
btsensor = { version = "0.1.0", path = "../btsensor" }
color-backtrace = "0.6.1"
color-backtrace = "0.7.0"
eyre = "0.6.12"
futures = "0.3.31"
futures-channel = "0.3.31"
Expand Down

0 comments on commit 2bee15b

Please sign in to comment.