From e034f7de9fb933bb565bb87f46be3f332aafc2da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:39:53 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.128 to 2.1.133 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.128 to 2.1.133. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.128...v2.1.133) --- updated-dependencies: - dependency-name: psl dependency-version: 2.1.133 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 c9879d6b8..e28d185f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4731,9 +4731,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.128" +version = "2.1.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463eb81eeeab8aafa27b7408939fa0e4e52c22a6ed6de065b69dc0477f5480d5" +checksum = "3f2122d897153251f66b73cb51a4c2d61ebd76a9953bec65d9d2d32b8c64b9f7" dependencies = [ "psl-types", ] diff --git a/Cargo.toml b/Cargo.toml index b19077253..8a0507cb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -478,7 +478,7 @@ features = ["std", "pkcs5", "encryption"] # Public Suffix List [workspace.dependencies.psl] -version = "2.1.128" +version = "2.1.133" # Prometheus metrics [workspace.dependencies.prometheus]