From 346b5706651f361039c4b10866c797f8c5d59a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 13:47:43 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.124 to 2.1.125 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.124 to 2.1.125. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.124...v2.1.125) --- updated-dependencies: - dependency-name: psl dependency-version: 2.1.125 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 76c67e88a..68d885dda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4761,9 +4761,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.124" +version = "2.1.125" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "281f96193296bf4916d7a112df4cc578aaf7a4d71f1570667779bb07364ed837" +checksum = "d383d9ac7a313614b301470d29947f2ff24227f92d57523cd1a7d746f4d3b70c" dependencies = [ "psl-types", ] diff --git a/Cargo.toml b/Cargo.toml index 6a43e4279..fb5d86852 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -473,7 +473,7 @@ features = ["std", "pkcs5", "encryption"] # Public Suffix List [workspace.dependencies.psl] -version = "2.1.124" +version = "2.1.125" # Prometheus metrics [workspace.dependencies.prometheus]