Skip to content

Commit 10a5b62

Browse files
build(deps): bump rustls-pemfile from 1.0.3 to 2.1.2
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.3 to 2.1.2. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](rustls/pemfile@v/1.0.3...v/2.1.2) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efe420b commit 10a5b62

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

Cargo.lock

+26-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ qr2term = "0.3.1"
4040
self_update = { version = "0.37.0", default-features = false, features = ["archive-zip", "archive-tar", "compression-flate2", "compression-zip-deflate"] }
4141

4242
# TLS server support
43-
rustls-pemfile = { version = "1.0.0", optional = true }
43+
rustls-pemfile = { version = "2.1.2", optional = true }
4444
tls-listener = { version = "0.7.0", features = ["hyper-h1", "hyper-h2", "rt"], optional = true }
4545
tokio-rustls = { version = "0.24.0", optional = true }
4646

0 commit comments

Comments
 (0)