Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Feb 18, 2024
1 parent b3759da commit 059a140
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ edition = "2021"

[dependencies]
anyhow = "1.0.79"
chrono = "0.4.31"
env_logger = "0.11.0"
chrono = "0.4.34"
env_logger = "0.11.2"
hms2mqtt = { path = "hms2mqtt" }
log = "0.4.20"
rumqttc = "0.23.0"
serde = { version = "1.0.195", features = ["derive"] }
serde_derive = "1.0.195"
toml = "0.8.8"
serde = { version = "1.0.196", features = ["derive"] }
serde_derive = "1.0.196"
toml = "0.8.10"

[package.metadata.cargo-machete]
ignored = ["serde"]
4 changes: 2 additions & 2 deletions hms2mqtt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.76"
anyhow = "1.0.79"
crc16 = "0.4.0"
log = "0.4.20"
protobuf = "3.3.0"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0"
serde_derive = "1.0.193"
chrono = "0.4.31"
Expand Down

0 comments on commit 059a140

Please sign in to comment.