From 71250d231d3fbe5dd92f235f5b6587898ee74f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:00:09 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.133 to 2.1.134 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.133 to 2.1.134. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.133...v2.1.134) --- updated-dependencies: - dependency-name: psl dependency-version: 2.1.134 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 6c7785310..26f31c41f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4735,9 +4735,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.133" +version = "2.1.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f2122d897153251f66b73cb51a4c2d61ebd76a9953bec65d9d2d32b8c64b9f7" +checksum = "396b91884802dee2cf913991f9cb4eb8509a4bd2538b5995ec4035d2c4bf04db" dependencies = [ "psl-types", ] diff --git a/Cargo.toml b/Cargo.toml index 5bd9d0d25..a38ff7105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -478,7 +478,7 @@ features = ["std", "pkcs5", "encryption"] # Public Suffix List [workspace.dependencies.psl] -version = "2.1.133" +version = "2.1.134" # Prometheus metrics [workspace.dependencies.prometheus]