From 963bef73d23ea6720d1732e3c037ed3f1eea4f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:24:45 +0200 Subject: [PATCH] Bump rustls-pemfile from 2.1.3 to 2.2.0 (#408) 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](https://github.com/rustls/pemfile/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4765b90..0fb4988 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -940,19 +940,18 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "2.1.3" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" +checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" dependencies = [ - "base64", "rustls-pki-types", ] [[package]] name = "rustls-pki-types" -version = "1.7.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" +checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" [[package]] name = "rustls-webpki" diff --git a/Cargo.toml b/Cargo.toml index b275f55..9330135 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ pin-project = "1.1" pkcs8 = { version = "=0.10", features = ["encryption", "pkcs5"] } pyo3 = { version = "=0.22", features = ["anyhow", "extension-module", "generate-import-lib"] } pyo3-log = { version = "=0.11", git = "https://github.com/vorner/pyo3-log", rev = "b62a250533" } -rustls-pemfile = "2.1" +rustls-pemfile = "2.2" socket2 = { version = "0.5", features = ["all"] } tls-listener = { version = "=0.10", features = ["rustls"] } tokio = { version = "1.40", features = ["full"] }