build(deps): bump psl from 2.1.96 to 2.1.97

Bumps [psl](https://github.com/addr-rs/psl) from 2.1.96 to 2.1.97.
- [Release notes](https://github.com/addr-rs/psl/releases)
- [Commits](https://github.com/addr-rs/psl/compare/v2.1.96...v2.1.97)

---
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-28 13:21:23 +00:00
committed by GitHub
parent f8156012e9
commit 5b11f88b26
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -4715,9 +4715,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]]
name = "psl"
version = "2.1.96"
version = "2.1.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8cf97e71c0401f4efde4be61e968330d3694ed34475ed2f664be9b2a3e5430a"
checksum = "512f3593cab3435fbdfdc3bde4355fb9e365b734e2ab8b86ece60a9f773ec9b1"
dependencies = [
"psl-types",
]
+1 -1
View File
@@ -76,7 +76,7 @@ hex.workspace = true
governor.workspace = true
indexmap.workspace = true
pkcs8.workspace = true
psl = "2.1.96"
psl = "2.1.97"
sha2.workspace = true
time = "0.3.41"
url.workspace = true