Skip to content

Commit

Permalink
build(deps): bump rustls-native-certs from 0.7.2 to 0.8.1
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.1.
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.7.2...v/0.8.1)

---
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 Nov 22, 2024
1 parent cf12aa0 commit 28461fe
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 18 deletions.
65 changes: 50 additions & 15 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.1"
serde_derive = "1.0.152"
serde = { version = "1.0.215", 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.1"
serde_derive = "1.0.152"
serde = "1.0.215"
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.1"
serde_derive = "1.0.152"
serde = "1.0.215"
stable-eyre = "0.2.2"
Expand Down

0 comments on commit 28461fe

Please sign in to comment.