From 9a02df5329bbff199cb8e3fd2c97461c59b593b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:53:00 +0000 Subject: [PATCH] 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](https://github.com/rustls/pemfile/compare/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] --- Cargo.lock | 4 ++-- crates/config/Cargo.toml | 2 +- crates/listener/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a836e4f9..7c3bc6365 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4760,9 +4760,9 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" +checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" dependencies = [ "base64 0.21.5", ] diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 328bde53b..9a0e882ed 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -28,7 +28,7 @@ serde_with = { version = "3.4.0", features = ["hex", "chrono"] } serde_json.workspace = true pem-rfc7468 = "0.7.0" -rustls-pemfile = "1.0.3" +rustls-pemfile = "1.0.4" rand.workspace = true rand_chacha = "0.3.1" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index 07f032c39..e9b41ba32 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -24,7 +24,7 @@ libc = "0.2.150" [dev-dependencies] anyhow.workspace = true -rustls-pemfile = "1.0.3" +rustls-pemfile = "1.0.4" tokio = { version = "1.34.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] } tokio-test = "0.4.3" tracing-subscriber.workspace = true