Skip to content

Commit e088bb8

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

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ serde_json.workspace = true
3232

3333
pem-rfc7468 = "0.7.0"
3434
rustls-pki-types = "1.9.0"
35-
rustls-pemfile = "2.1.3"
35+
rustls-pemfile = "2.2.0"
3636
rand.workspace = true
3737
rand_chacha = "0.3.1"
3838

crates/listener/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tracing.workspace = true
3030

3131
[dev-dependencies]
3232
anyhow.workspace = true
33-
rustls-pemfile = "2.1.3"
33+
rustls-pemfile = "2.2.0"
3434
tokio.workspace = true
3535
tokio-test = "0.4.4"
3636
tracing-subscriber.workspace = true

0 commit comments

Comments
 (0)