Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 4, 2024
1 parent 33ae878 commit 1d867f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.0"
rustls-native-certs = "0.7.1"
serde_derive = "1.0.152"
serde = { version = "1.0.203", 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.0"
rustls-native-certs = "0.7.1"
serde_derive = "1.0.152"
serde = "1.0.203"
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.0"
rustls-native-certs = "0.7.1"
serde_derive = "1.0.152"
serde = "1.0.203"
stable-eyre = "0.2.2"
Expand Down

0 comments on commit 1d867f4

Please sign in to comment.