build(deps): bump psl from 2.1.124 to 2.1.125 (#4795)

This commit is contained in:
Quentin Gliech
2025-07-18 19:15:39 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4761,9 +4761,9 @@ dependencies = [
[[package]]
name = "psl"
version = "2.1.124"
version = "2.1.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "281f96193296bf4916d7a112df4cc578aaf7a4d71f1570667779bb07364ed837"
checksum = "d383d9ac7a313614b301470d29947f2ff24227f92d57523cd1a7d746f4d3b70c"
dependencies = [
"psl-types",
]

View File

@@ -473,7 +473,7 @@ features = ["std", "pkcs5", "encryption"]
# Public Suffix List
[workspace.dependencies.psl]
version = "2.1.124"
version = "2.1.125"
# Prometheus metrics
[workspace.dependencies.prometheus]