Skip to content

Commit 80578c4

Browse files
dependabot[bot]djc
authored andcommitted
Update rustls-pemfile requirement from 0.2.1 to 0.3.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](rustls/pemfile@v/0.2.1...v/0.3.0) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54df5de commit 80578c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hyper = { version = "0.14.2", features = ["client", "runtime", "http2"] }
2222
hyper-rustls = { version = "0.23.0", default-features = false, features = ["native-tokio", "http1", "http2"] }
2323
ring = "0.16.20"
2424
rustls = "0.20.2"
25-
rustls-pemfile = "0.2.1"
25+
rustls-pemfile = "0.3.0"
2626
serde = {version = "1.0", features = ["derive", "rc"]}
2727
serde_json = "1.0"
2828
thiserror = "1.0"

0 commit comments

Comments
 (0)