Skip to content

Commit

Permalink
Merge pull request #427 from alsuren/dependabot/cargo/eyre-0.6.9
Browse files Browse the repository at this point in the history
build(deps): bump eyre from 0.6.8 to 0.6.9
  • Loading branch information
qwandor authored Nov 20, 2023
2 parents 200009e + 7ebf471 commit 7bbc8be
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 @@ -11,7 +11,7 @@ categories = ["network-programming"]

[dependencies]
color-backtrace = "0.6.1"
eyre = "0.6.8"
eyre = "0.6.9"
futures = "0.3.29"
homie-controller = { version = "0.9.0", path = "../homie-controller" }
homie-device = { version = "0.9.0", path = "../homie-device" }
Expand Down
2 changes: 1 addition & 1 deletion btsensor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ uuid = "1.6.0"
[dev-dependencies]
bluez-async = "0.7.1"
futures = "0.3.29"
eyre = "0.6.8"
eyre = "0.6.9"
pretty_env_logger = "0.5.0"
tokio = { version = "1.34.0", features = ["macros", "rt", "rt-multi-thread"] }
2 changes: 1 addition & 1 deletion homie-influx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["network-programming"]

[dependencies]
color-backtrace = "0.6.1"
eyre = "0.6.8"
eyre = "0.6.9"
futures = "0.3.29"
homie-controller = { version = "0.9.0", path = "../homie-controller" }
influx_db_client = { version = "0.5.1", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion mijia-homie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ path = "src/mijia-names.rs"
backoff = { version = "0.4.0", features = ["tokio"] }
btsensor = { version = "0.1.0", path = "../btsensor" }
color-backtrace = "0.6.1"
eyre = "0.6.8"
eyre = "0.6.9"
futures = "0.3.29"
futures-channel = "0.3.29"
homie-device = { version = "0.9.0", path = "../homie-device" }
Expand Down
2 changes: 1 addition & 1 deletion mijia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ uuid = "1.6.0"
[dev-dependencies]
backoff = { version = "0.4.0", features = ["tokio"] }
chrono = "0.4.31"
eyre = "0.6.8"
eyre = "0.6.9"
pretty_env_logger = "0.5.0"
tokio = { version = "1.34.0", features = [
"macros",
Expand Down

0 comments on commit 7bbc8be

Please sign in to comment.