build(deps): bump psl from 2.1.106 to 2.1.111 (#4585)

This commit is contained in:
Quentin Gliech
2025-05-26 16:03:43 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4739,9 +4739,9 @@ dependencies = [
[[package]]
name = "psl"
version = "2.1.106"
version = "2.1.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed067c32eda3664a59207dde92e8f895016fb375564d91626591036c741a3a89"
checksum = "ded4a997d0aee186c0a763ba1ba0cc0a14bd4c2d427a4e8e8c9b8683dc8f1254"
dependencies = [
"psl-types",
]

View File

@@ -76,7 +76,7 @@ hex.workspace = true
governor.workspace = true
indexmap.workspace = true
pkcs8.workspace = true
psl = "2.1.106"
psl = "2.1.111"
sha2.workspace = true
time = "0.3.41"
url.workspace = true