Skip to content

Commit 9213bd8

Browse files
Update rustls-pemfile requirement from =2.0.0-alpha.2 to =2.0.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/commits) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b1177cc commit 9213bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ futures-util = { version = "0.3", default-features = false }
2525
[dev-dependencies]
2626
hyper = { version = "0.14", features = ["full"] }
2727
rustls = { version = "=0.22.0-alpha.6", default-features = false, features = ["tls12"] }
28-
rustls-pemfile = "=2.0.0-alpha.2"
28+
rustls-pemfile = "=2.0.0"
2929
tokio = { version = "1.0", features = ["io-std", "macros", "net", "rt-multi-thread"] }
3030

3131
[features]

0 commit comments

Comments
 (0)