From e3b51c09faac79d6c900b947029c68defb53056c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 19:10:45 +0000 Subject: [PATCH] build(deps): bump rustls-pemfile from 1.0.2 to 1.0.3 Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.2 to 1.0.3. - [Commits](https://github.com/rustls/pemfile/commits) --- 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 a8a54ca3..969bfa56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5088,9 +5088,9 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" +checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" dependencies = [ "base64 0.21.2", ] diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 3adc50d3..48fccf53 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -25,7 +25,7 @@ serde_with = { version = "3.0.0", features = ["hex", "chrono"] } serde_json = "1.0.99" pem-rfc7468 = "0.7.0" -rustls-pemfile = "1.0.2" +rustls-pemfile = "1.0.3" rand = "0.8.5" rand_chacha = "0.3.1" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index decdd835..eaf197b3 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -21,7 +21,7 @@ libc = "0.2.147" [dev-dependencies] anyhow = "1.0.71" -rustls-pemfile = "1.0.2" +rustls-pemfile = "1.0.3" tokio = { version = "1.28.2", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] } tokio-test = "0.4.2" tracing-subscriber = "0.3.17"