Skip to content

Commit 34fce8c

Browse files
build(deps): bump rustls-pemfile from 0.3.0 to 1.0.0 (#1611)
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](rustls/pemfile@v/0.3.0...v/1.0.0) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d611a15 commit 34fce8c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,9 +2168,9 @@ dependencies = [
21682168

21692169
[[package]]
21702170
name = "rustls-pemfile"
2171-
version = "0.3.0"
2171+
version = "1.0.0"
21722172
source = "registry+https://github.com/rust-lang/crates.io-index"
2173-
checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360"
2173+
checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
21742174
dependencies = [
21752175
"base64",
21762176
]

linkerd/app/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ socket2 = "0.4"
4545
tokio = { version = "1", features = ["io-util", "net", "rt", "macros"] }
4646
tokio-stream = { version = "0.1", features = ["sync"] }
4747
tokio-rustls = "0.23"
48-
rustls-pemfile = "0.3"
48+
rustls-pemfile = "1.0"
4949
tower = { version = "0.4", default-features = false }
5050
tonic = { version = "0.7", default-features = false }
5151
tracing = "0.1"

linkerd/meshtls/rustls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ linkerd-stack = { path = "../../stack" }
1818
linkerd-tls = { path = "../../tls" }
1919
linkerd-tls-test-util = { path = "../../tls/test-util", optional = true }
2020
ring = { version = "0.16", features = ["std"] }
21-
rustls-pemfile = "0.3"
21+
rustls-pemfile = "1.0"
2222
thiserror = "1"
2323
tokio = { version = "1", features = ["macros", "rt", "sync"] }
2424
tokio-rustls = { version = "0.23", features = ["dangerous_configuration"] }

0 commit comments

Comments
 (0)