build(deps): bump psl from 2.1.116 to 2.1.119 (#4655)

This commit is contained in:
Quentin Gliech
2025-06-10 10:57:41 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -3035,7 +3035,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.6",
]
[[package]]
@@ -4750,9 +4750,9 @@ dependencies = [
[[package]]
name = "psl"
version = "2.1.116"
version = "2.1.119"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a9da533ae9faae4b0fbef5afbe9acaf1802b18fafa002a421753e3273389df"
checksum = "d0e49aa528239f2ca13ad87387977c208e59c3fb8c437609f95f1b3898ec6ef1"
dependencies = [
"psl-types",
]
@@ -7367,7 +7367,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]

View File

@@ -77,7 +77,7 @@ governor.workspace = true
icu_normalizer = "1.5.0"
indexmap.workspace = true
pkcs8.workspace = true
psl = "2.1.116"
psl = "2.1.119"
sha2.workspace = true
time = "0.3.41"
url.workspace = true