Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump rustls from 0.21.8 to 0.21.9 #425

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump rustls from 0.21.8 to 0.21.9
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.8 to 0.21.9.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Commits](rustls/rustls@v/0.21.8...v/0.21.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 28052984a46ea667e68d50ea35cb2d400768ff92
16 changes: 8 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
@@ -19,7 +19,7 @@ log = "0.4.20"
pretty_env_logger = "0.5.0"
rainbow-hat-rs = "0.2.1"
rumqttc = "0.23.0"
rustls = "0.21.8"
rustls = "0.21.9"
rustls-native-certs = "0.6.3"
serde_derive = "1.0.152"
serde = { version = "1.0.192", features = ["derive"] }
2 changes: 1 addition & 1 deletion homie-influx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ influx_db_client = { version = "0.5.1", default-features = false, features = [
log = "0.4.20"
pretty_env_logger = "0.5.0"
rumqttc = "0.23.0"
rustls = "0.21.8"
rustls = "0.21.9"
rustls-native-certs = "0.6.3"
serde_derive = "1.0.152"
serde = "1.0.192"
2 changes: 1 addition & 1 deletion mijia-homie/Cargo.toml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ log = "0.4.20"
mijia = { version = "0.7.1", path = "../mijia" }
pretty_env_logger = "0.5.0"
rumqttc = "0.23.0"
rustls = "0.21.8"
rustls = "0.21.9"
rustls-native-certs = "0.6.3"
serde_derive = "1.0.152"
serde = "1.0.192"