From 6630eb252cf294b519f79a1ee65afb7a76cdee3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:14:58 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.111 to 2.1.114 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.111 to 2.1.114. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.111...v2.1.114) --- updated-dependencies: - dependency-name: psl dependency-version: 2.1.114 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/handlers/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d0ba1748..c23cbd840 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4740,9 +4740,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.111" +version = "2.1.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded4a997d0aee186c0a763ba1ba0cc0a14bd4c2d427a4e8e8c9b8683dc8f1254" +checksum = "a1722a421a1f0ae8f40e4cd265bd559fed5f5f67c0bbd7b70a780a43519c8e19" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 37241ecef..0d25d75c2 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -77,7 +77,7 @@ governor.workspace = true icu_normalizer = "1.5.0" indexmap.workspace = true pkcs8.workspace = true -psl = "2.1.111" +psl = "2.1.114" sha2.workspace = true time = "0.3.41" url.workspace = true