build(deps): bump psl from 2.1.73 to 2.1.79

Bumps [psl](https://github.com/addr-rs/psl) from 2.1.73 to 2.1.79.
- [Release notes](https://github.com/addr-rs/psl/releases)
- [Commits](https://github.com/addr-rs/psl/compare/v2.1.73...v2.1.79)

---
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-01-21 11:46:42 +00:00
committed by Quentin Gliech
parent 8f584cbdec
commit 002abd4373
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4696,9 +4696,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]]
name = "psl"
version = "2.1.73"
version = "2.1.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a62360a10ed773da9a36aa1b5817c5f505b1f35728e5ea6e4e524a13fc10778c"
checksum = "5e952b621948e561e7859e0ef812b0ecdef7d035f26f52244e2d98cc8eff8678"
dependencies = [
"psl-types",
]

View File

@@ -75,7 +75,7 @@ elliptic-curve.workspace = true
governor.workspace = true
indexmap = "2.7.0"
pkcs8.workspace = true
psl = "2.1.73"
psl = "2.1.79"
time = "0.3.37"
url.workspace = true
mime = "0.3.17"