Skip to content

Commit

Permalink
Update dependencies (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM authored Jan 8, 2024
1 parent 32ab591 commit e2992f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ edition = "2021"
[workspace]

[dependencies]
anyhow = "1.0.76"
anyhow = "1.0.79"
chrono = "0.4.31"
env_logger = "0.10.1"
hms2mqtt = { path = "hms2mqtt" }
log = "0.4.20"
rumqttc = "0.23.0"
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0.193"
serde = { version = "1.0.195", features = ["derive"] }
serde_derive = "1.0.195"
toml = "0.8.8"

[package.metadata.cargo-machete]
Expand Down

0 comments on commit e2992f2

Please sign in to comment.