Skip to content

Commit

Permalink
build(deps): bump rustls from 0.22.2 to 0.23.5
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.2 to 0.23.5.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.22.2...v/0.23.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent fa4b81e commit ffce850
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 11 deletions.
203 changes: 195 additions & 8 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 @@ -19,7 +19,7 @@ log = "0.4.21"
pretty_env_logger = "0.5.0"
rainbow-hat-rs = "0.2.1"
rumqttc = "0.24.0"
rustls = "0.22.2"
rustls = "0.23.5"
rustls-native-certs = "0.7.0"
serde_derive = "1.0.152"
serde = { version = "1.0.199", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion homie-influx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ influx_db_client = { version = "0.5.1", default-features = false, features = [
log = "0.4.21"
pretty_env_logger = "0.5.0"
rumqttc = "0.24.0"
rustls = "0.22.2"
rustls = "0.23.5"
rustls-native-certs = "0.7.0"
serde_derive = "1.0.152"
serde = "1.0.199"
Expand Down
2 changes: 1 addition & 1 deletion mijia-homie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ log = "0.4.21"
mijia = { version = "0.7.1", path = "../mijia" }
pretty_env_logger = "0.5.0"
rumqttc = "0.24.0"
rustls = "0.22.2"
rustls = "0.23.5"
rustls-native-certs = "0.7.0"
serde_derive = "1.0.152"
serde = "1.0.199"
Expand Down

0 comments on commit ffce850

Please sign in to comment.