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

Commit 6532925

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump rustls-pemfile from 1.0.3 to 1.0.4
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.3 to 1.0.4. - [Commits](rustls/pemfile@v/1.0.3...v/1.0.4) --- 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 4c28bc5 commit 6532925

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -28,7 +28,7 @@ serde_with = { version = "3.4.0", features = ["hex", "chrono"] }
2828
serde_json.workspace = true
2929

3030
pem-rfc7468 = "0.7.0"
31-
rustls-pemfile = "1.0.3"
31+
rustls-pemfile = "1.0.4"
3232
rand.workspace = true
3333
rand_chacha = "0.3.1"
3434

crates/listener/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ libc = "0.2.150"
2424

2525
[dev-dependencies]
2626
anyhow.workspace = true
27-
rustls-pemfile = "1.0.3"
27+
rustls-pemfile = "1.0.4"
2828
tokio = { version = "1.34.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
2929
tokio-test = "0.4.3"
3030
tracing-subscriber.workspace = true

0 commit comments

Comments
 (0)