Skip to content

Commit

Permalink
Merge pull request #325 from alsuren/dependabot/cargo/serde-1.0.163
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.162 to 1.0.163
  • Loading branch information
qwandor authored May 18, 2023
2 parents 453a429 + 87a340c commit 8ea285e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -22,7 +22,7 @@ rumqttc = "0.21.0"
rustls = "0.20.8"
rustls-native-certs = "0.6.2"
serde_derive = "1.0.152"
serde = { version = "1.0.162", features = ["derive"] }
serde = { version = "1.0.163", features = ["derive"] }
stable-eyre = "0.2.2"
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
toml = "0.7.3"
Expand Down
2 changes: 1 addition & 1 deletion homie-influx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rumqttc = "0.21.0"
rustls = "0.20.8"
rustls-native-certs = "0.6.2"
serde_derive = "1.0.152"
serde = "1.0.162"
serde = "1.0.163"
stable-eyre = "0.2.2"
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
toml = "0.7.3"
Expand Down
2 changes: 1 addition & 1 deletion mijia-homie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rumqttc = "0.21.0"
rustls = "0.20.8"
rustls-native-certs = "0.6.2"
serde_derive = "1.0.152"
serde = "1.0.162"
serde = "1.0.163"
stable-eyre = "0.2.2"
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
toml = "0.7.3"
Expand Down

0 comments on commit 8ea285e

Please sign in to comment.