Skip to content

Commit

Permalink
build(deps): bump rustls from 0.22.2 to 0.23.7
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.7.
- [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.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent 7fe7b1e commit c73aac1
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 11 deletions.
217 changes: 209 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.7"
rustls-native-certs = "0.7.0"
serde_derive = "1.0.152"
serde = { version = "1.0.203", features = ["derive"] }
Expand Down
Loading

0 comments on commit c73aac1

Please sign in to comment.