build(deps): bump psl from 2.1.93 to 2.1.94

Bumps [psl](https://github.com/addr-rs/psl) from 2.1.93 to 2.1.94.
- [Release notes](https://github.com/addr-rs/psl/releases)
- [Commits](https://github.com/addr-rs/psl/compare/v2.1.93...v2.1.94)

---
updated-dependencies:
- dependency-name: psl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-17 12:53:51 +00:00
committed by GitHub
parent e547a11e03
commit 93f2ccbc6c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4722,9 +4722,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]]
name = "psl"
version = "2.1.93"
version = "2.1.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e3f76f79643b799e2ddc530120ef7046a05e943297ddc46f91c3b659b6e8456"
checksum = "54bdb9509873930aa14af37e45ba31aa47e8b5cbe0a216bd4efb35eb7d0cd288"
dependencies = [
"psl-types",
]

View File

@@ -75,7 +75,7 @@ elliptic-curve.workspace = true
governor.workspace = true
indexmap = "2.8.0"
pkcs8.workspace = true
psl = "2.1.93"
psl = "2.1.94"
time = "0.3.39"
url.workspace = true
mime = "0.3.17"