Skip to content

Commit

Permalink
Update rustls-pemfile requirement from 0.2.1 to 1.0.0
Browse files Browse the repository at this point in the history
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](rustls/pemfile@v/0.2.1...v/1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and djc committed Apr 14, 2022
1 parent 56c60ed commit cfaff38
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 @@ -23,7 +23,7 @@ webpki-roots = { version = "0.22", optional = true }
futures-util = { version = "0.3.1", default-features = false }
hyper = { version = "0.14", features = ["full"] }
rustls = { version = "0.20.1", default-features = false, features = ["tls12"] }
rustls-pemfile = "0.2.1"
rustls-pemfile = "1.0.0"
tokio = { version = "1.0", features = ["io-std", "macros", "net", "rt-multi-thread"] }

[features]
Expand Down

0 comments on commit cfaff38

Please sign in to comment.