build(deps): bump psl from 2.1.98 to 2.1.99 (#4368)

This commit is contained in:
Quentin Gliech
2025-04-09 13:34:21 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4711,9 +4711,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]]
name = "psl"
version = "2.1.98"
version = "2.1.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1496f247a7781d739a03e54e2d4829931d44c9733c96b971e07f2d24cfb59221"
checksum = "89186bbd6ebdabc007b20bda4807abe8f4ad0636d0fb86be20f8cfce25b8f4b3"
dependencies = [
"psl-types",
]

View File

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