build(deps): bump psl from 2.1.141 to 2.1.145 (#5063)

This commit is contained in:
Quentin Gliech
2025-09-30 10:14:09 +02:00
committed by GitHub
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]