build(deps): bump psl from 2.1.141 to 2.1.145

Bumps [psl](https://github.com/addr-rs/psl) from 2.1.141 to 2.1.145.
- [Release notes](https://github.com/addr-rs/psl/releases)
- [Commits](https://github.com/addr-rs/psl/compare/v2.1.141...v2.1.145)

---
updated-dependencies:
- dependency-name: psl
  dependency-version: 2.1.145
  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-09-29 15:54:21 +00:00
committed by GitHub
parent 007136c990
commit 1432266122
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4679,9 +4679,9 @@ dependencies = [
[[package]]
name = "psl"
version = "2.1.141"
version = "2.1.145"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98c10a4dce9ad24c1fad826cffc79a624cf626bfaddb466e969368a53d877b30"
checksum = "f9bc7bed4cdf5168c58514ad64f37615f6683882209e2b6ba345cda0c6b8d949"
dependencies = [
"psl-types",
]

View File

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