From 34fe8f0276da6064624480864ea4dd5e1f237e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:18:14 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.141 to 2.1.143 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.141 to 2.1.143. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.141...v2.1.143) --- updated-dependencies: - dependency-name: psl dependency-version: 2.1.143 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 c75fc78d0..97e6528b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4679,9 +4679,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.141" +version = "2.1.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98c10a4dce9ad24c1fad826cffc79a624cf626bfaddb466e969368a53d877b30" +checksum = "cc5cc9d4b0f867efb6cd2b95bc3dddac64d13a1dd6d433ad574c68dacd681d80" dependencies = [ "psl-types", ] diff --git a/Cargo.toml b/Cargo.toml index be3ca88b4..ecd034b96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -476,7 +476,7 @@ features = ["std", "pkcs5", "encryption"] # Public Suffix List [workspace.dependencies.psl] -version = "2.1.141" +version = "2.1.143" # High-precision clock [workspace.dependencies.quanta]