Update rustls-pemfile requirement from 0.3 to 1.0

Updates the requirements on [rustls-pemfile](https://github.com/rustls/pemfile) to permit the latest version.
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](https://github.com/rustls/pemfile/compare/v/0.3.0...v/1.0.0)

---
updated-dependencies:
- dependency-name: rustls-pemfile
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-04-14 13:13:34 +00:00
committed by Martin Algesten
parent a8ed085a93
commit e4f064d4f2

View File

@@ -50,7 +50,7 @@ brotli-decompressor = { version = "2.3.2", optional = true }
serde = { version = "1", features = ["derive"] }
env_logger = "0.9"
rustls = { version = "0.20", features = ["dangerous_configuration"] }
rustls-pemfile = { version = "0.3" }
rustls-pemfile = { version = "1.0" }
mbedtls = { version = "0.8.1" }
[[example]]