Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit e23baff

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

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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.7.0"
35-
rustls-pemfile = "2.1.2"
35+
rustls-pemfile = "2.1.3"
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.2"
33+
rustls-pemfile = "2.1.3"
3434
tokio.workspace = true
3535
tokio-test = "0.4.4"
3636
tracing-subscriber.workspace = true

0 commit comments

Comments
 (0)