From 681d7fc21a1d4f1bc539d9da1b5871b8231a6354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:21:54 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.141 to 2.1.142 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.141 to 2.1.142. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.141...v2.1.142) --- updated-dependencies: - dependency-name: psl dependency-version: 2.1.142 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 946317288..37831da36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4679,9 +4679,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.141" +version = "2.1.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98c10a4dce9ad24c1fad826cffc79a624cf626bfaddb466e969368a53d877b30" +checksum = "b7e7818943743cc5bc9fc7acda0051dd490ea9ad0ff54004c2b5432ed74a618a" dependencies = [ "psl-types", ] diff --git a/Cargo.toml b/Cargo.toml index 03c645a3d..acc781c38 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.142" # High-precision clock [workspace.dependencies.quanta]