From f7e5390a5c767990c262c8945a74097462d957fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:54:41 -0800 Subject: [PATCH] Bump rustls from 0.23.15 to 0.23.19 in /sources/shared/change-router (#122) Bumps [rustls](https://github.com/rustls/rustls) from 0.23.15 to 0.23.19. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.23.15...v/0.23.19) --- updated-dependencies: - dependency-name: rustls dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ruokun (Tommy) Niu --- sources/shared/change-router/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/shared/change-router/Cargo.lock b/sources/shared/change-router/Cargo.lock index 25828b21..0bbbdd9b 100644 --- a/sources/shared/change-router/Cargo.lock +++ b/sources/shared/change-router/Cargo.lock @@ -1570,9 +1570,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.15" +version = "0.23.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993" +checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1" dependencies = [ "once_cell", "rustls-pki-types",