From 9f2e75ebb06ffa962ca3a049c36a0f3612d001d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:20:34 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.120 to 2.1.121 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.120 to 2.1.121. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.120...v2.1.121) --- updated-dependencies: - dependency-name: psl dependency-version: 2.1.121 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 6dd7c2c7e..d2e27f00b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4749,9 +4749,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.120" +version = "2.1.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc02eae5cf5475af3fde3792e68ff74eb8625638fcaa8f1ffb91b7b98bfae4a5" +checksum = "015c19c09d18ceb580930bb9c9490e4c439a4a3d7e0e594f30627ca680c31fb0" dependencies = [ "psl-types", ] diff --git a/Cargo.toml b/Cargo.toml index 93870e0d6..0764cd648 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -473,7 +473,7 @@ features = ["std", "pkcs5", "encryption"] # Public Suffix List [workspace.dependencies.psl] -version = "2.1.120" +version = "2.1.121" # Prometheus metrics [workspace.dependencies.prometheus]