build(deps): bump psl from 2.1.81 to 2.1.82

Bumps [psl](https://github.com/addr-rs/psl) from 2.1.81 to 2.1.82.
- [Release notes](https://github.com/addr-rs/psl/releases)
- [Commits](https://github.com/addr-rs/psl/compare/v2.1.81...v2.1.82)

---
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-02-03 13:31:16 +00:00
committed by GitHub
parent 9c19c54896
commit a9a11fa9d9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4713,9 +4713,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]]
name = "psl"
version = "2.1.81"
version = "2.1.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5871e872678223987b84739333bf13e42f0c1fb102e30bba8dcdf1340d0bbcc9"
checksum = "2d460333b9d744945e0b9abd5469056aa925d526d48a458d6afc06eea9cbe206"
dependencies = [
"psl-types",
]

View File

@@ -75,7 +75,7 @@ elliptic-curve.workspace = true
governor.workspace = true
indexmap = "2.7.1"
pkcs8.workspace = true
psl = "2.1.81"
psl = "2.1.82"
time = "0.3.37"
url.workspace = true
mime = "0.3.17"