From c6c790cfcd17b1dfb8985f65dd1c865b2b7d421b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:53:07 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.145 to 2.1.146 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.145 to 2.1.146. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.145...v2.1.146) --- updated-dependencies: - dependency-name: psl dependency-version: 2.1.146 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 8a46acf3d..6adde1146 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4677,9 +4677,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.145" +version = "2.1.146" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9bc7bed4cdf5168c58514ad64f37615f6683882209e2b6ba345cda0c6b8d949" +checksum = "5d3e8d3ee29451fe165c689769401440c0d028cf015123f4a8b6c9ca9bbf2b82" dependencies = [ "psl-types", ] diff --git a/Cargo.toml b/Cargo.toml index b73535c58..2394e8f7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -476,7 +476,7 @@ features = ["std", "pkcs5", "encryption"] # Public Suffix List [workspace.dependencies.psl] -version = "2.1.145" +version = "2.1.146" # High-precision clock [workspace.dependencies.quanta]