From 422802cfa1f518b2be07f45cae4e544a08dffa3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:40:01 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.127 to 2.1.128 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.127 to 2.1.128. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.127...v2.1.128) --- updated-dependencies: - dependency-name: psl dependency-version: 2.1.128 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 eaf3132a8..bf949e7cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4730,9 +4730,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.127" +version = "2.1.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ccc42254cd72c304dd475038409a3a2d7d9b9e906e9fec65458278d3bfdc8d3" +checksum = "463eb81eeeab8aafa27b7408939fa0e4e52c22a6ed6de065b69dc0477f5480d5" dependencies = [ "psl-types", ] diff --git a/Cargo.toml b/Cargo.toml index 33717660b..58eb178ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -478,7 +478,7 @@ features = ["std", "pkcs5", "encryption"] # Public Suffix List [workspace.dependencies.psl] -version = "2.1.127" +version = "2.1.128" # Prometheus metrics [workspace.dependencies.prometheus]