From 562a6cd6b059bc115eeacd60c500b0f3c7208fdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 13:57:25 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.122 to 2.1.123 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.122 to 2.1.123. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.122...v2.1.123) --- updated-dependencies: - dependency-name: psl dependency-version: 2.1.123 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78b06c535..660084006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4749,9 +4749,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.122" +version = "2.1.123" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98426d83dcbac622be1c1146e8763ccb4a2fe9bca707dd7446a842e186fa91aa" +checksum = "19a87cc491d889736c81c11ad02d91628b7fd2078d66c4e1b3f6d348de8900f4" dependencies = [ "psl-types", ] diff --git a/Cargo.toml b/Cargo.toml index 01e957e39..cf7db66c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -473,7 +473,7 @@ features = ["std", "pkcs5", "encryption"] # Public Suffix List [workspace.dependencies.psl] -version = "2.1.122" +version = "2.1.123" # Prometheus metrics [workspace.dependencies.prometheus]