Skip to content

Commit

Permalink
build(deps): bump color-backtrace from 0.6.1 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [color-backtrace](https://github.com/athre0z/color-backtrace) from 0.6.1 to 0.7.0.
- [Changelog](https://github.com/athre0z/color-backtrace/blob/master/CHANGELOG.md)
- [Commits](athre0z/color-backtrace@v0.6.1...v0.7.0)

---
updated-dependencies:
- dependency-name: color-backtrace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 241a2fc commit d9b1120
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 d9b1120

Please sign in to comment.