Skip to content

Commit

Permalink
build(deps): bump rustls-native-certs from 0.7.2 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [rustls-native-certs](https://github.com/rustls/rustls-native-certs) from 0.7.2 to 0.8.0.
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.7.2...v/0.8.0)

---
updated-dependencies:
- dependency-name: rustls-native-certs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent d1a23b9 commit 7df2a69
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
25 changes: 19 additions & 6 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 @@ -20,7 +20,7 @@ pretty_env_logger = "0.5.0"
rainbow-hat-rs = "0.2.1"
rumqttc = "0.24.0"
rustls = "0.22.2"
rustls-native-certs = "0.7.2"
rustls-native-certs = "0.8.0"
serde_derive = "1.0.152"
serde = { version = "1.0.209", features = ["derive"] }
stable-eyre = "0.2.2"
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 @@ log = "0.4.22"
pretty_env_logger = "0.5.0"
rumqttc = "0.24.0"
rustls = "0.22.2"
rustls-native-certs = "0.7.2"
rustls-native-certs = "0.8.0"
serde_derive = "1.0.152"
serde = "1.0.209"
stable-eyre = "0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion mijia-homie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mijia = { version = "0.7.1", path = "../mijia" }
pretty_env_logger = "0.5.0"
rumqttc = "0.24.0"
rustls = "0.22.2"
rustls-native-certs = "0.7.2"
rustls-native-certs = "0.8.0"
serde_derive = "1.0.152"
serde = "1.0.209"
stable-eyre = "0.2.2"
Expand Down

0 comments on commit 7df2a69

Please sign in to comment.