Skip to content

Commit

Permalink
Update rustls-native-certs requirement from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rustls-native-certs](https://github.com/rustls/rustls-native-certs) to permit the latest version.
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.7.0...v/0.8.0)

---
updated-dependencies:
- dependency-name: rustls-native-certs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent 44340de commit f635b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rumqttc = "0.24.0"
serde = { version = "1.0.196", features = ["derive"] }
serde_derive = "1.0.196"
toml = "0.8.10"
rustls-native-certs = "0.7.0"
rustls-native-certs = "0.8.0"

[package.metadata.cargo-machete]
ignored = ["serde"]

0 comments on commit f635b9f

Please sign in to comment.