build(deps): bump psl from 2.1.95 to 2.1.96

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

---
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-19 13:39:06 +00:00
committed by GitHub
parent 6a9d4b4ac6
commit b1fd823fcf
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -4723,9 +4723,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]]
name = "psl"
version = "2.1.95"
version = "2.1.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ec2f057ec4d807e434149dff7bcedd84c8cfe088ac6be6fc71240a0e53d6220"
checksum = "c8cf97e71c0401f4efde4be61e968330d3694ed34475ed2f664be9b2a3e5430a"
dependencies = [
"psl-types",
]
+1 -1
View File
@@ -75,7 +75,7 @@ elliptic-curve.workspace = true
governor.workspace = true
indexmap = "2.8.0"
pkcs8.workspace = true
psl = "2.1.95"
psl = "2.1.96"
time = "0.3.40"
url.workspace = true
mime = "0.3.17"