From e6cc467105cac351d44fdac72e296a962c85bf3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 04:47:33 +0000 Subject: [PATCH] chore(deps): bump webpki-roots from 0.23.1 to 0.25.1 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.23.1 to 0.25.1. - [Commits](https://github.com/rustls/webpki-roots/commits) --- updated-dependencies: - dependency-name: webpki-roots dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 ++++----------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d358f0e1..cb665c0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,7 +990,7 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "pgcat" -version = "1.1.0" +version = "1.1.1" dependencies = [ "arc-swap", "async-trait", @@ -1295,7 +1295,7 @@ checksum = "79ea77c539259495ce8ca47f53e66ae0330a8819f67e23ac96ca02f50e7b7d36" dependencies = [ "log", "ring", - "rustls-webpki 0.101.1", + "rustls-webpki", "sct", ] @@ -1308,16 +1308,6 @@ dependencies = [ "base64", ] -[[package]] -name = "rustls-webpki" -version = "0.100.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b" -dependencies = [ - "ring", - "untrusted", -] - [[package]] name = "rustls-webpki" version = "0.101.1" @@ -1998,12 +1988,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.23.1" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338" -dependencies = [ - "rustls-webpki 0.100.1", -] +checksum = "c9c6eda1c830a36f361e7721c87fd79ea84293b54f8c48c959f85ec636f0f196" [[package]] name = "widestring" diff --git a/Cargo.toml b/Cargo.toml index c3db48aa..312f42da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ atomic_enum = "0.2.0" postgres-protocol = "0.6.5" fallible-iterator = "0.2" pin-project = "1" -webpki-roots = "0.23" +webpki-roots = "0.25" rustls = { version = "0.21", features = ["dangerous_configuration"] } trust-dns-resolver = "0.22.0" tokio-test = "0.4.2"