build(deps): bump psl from 2.1.146 to 2.1.147

Bumps [psl](https://github.com/addr-rs/psl) from 2.1.146 to 2.1.147.
- [Release notes](https://github.com/addr-rs/psl/releases)
- [Commits](https://github.com/addr-rs/psl/compare/v2.1.146...v2.1.147)

---
updated-dependencies:
- dependency-name: psl
  dependency-version: 2.1.147
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-01 13:19:50 +00:00
committed by GitHub
parent 1bc4b67ff0
commit 3f10426949
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -4088,7 +4088,7 @@ dependencies = [
"sha1",
"sha2",
"sprintf",
"thiserror 1.0.69",
"thiserror 2.0.17",
"tokio",
"tracing",
"urlencoding",
@@ -4677,9 +4677,9 @@ dependencies = [
[[package]]
name = "psl"
version = "2.1.146"
version = "2.1.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d3e8d3ee29451fe165c689769401440c0d028cf015123f4a8b6c9ca9bbf2b82"
checksum = "1b0efc2f09945ea5ef176dc4f1cb703b0efa41b112d5eb27489afc880db860a7"
dependencies = [
"psl-types",
]

View File

@@ -476,7 +476,7 @@ features = ["std", "pkcs5", "encryption"]
# Public Suffix List
[workspace.dependencies.psl]
version = "2.1.146"
version = "2.1.147"
# High-precision clock
[workspace.dependencies.quanta]