build(deps): bump psl from 2.1.34 to 2.1.35

Bumps [psl](https://github.com/addr-rs/psl) from 2.1.34 to 2.1.35.
- [Release notes](https://github.com/addr-rs/psl/releases)
- [Commits](https://github.com/addr-rs/psl/compare/v2.1.34...v2.1.35)

---
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]
2024-05-02 09:35:10 +02:00
committed by Quentin Gliech
parent ec2c8f3fc5
commit ce617f624f
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -4621,9 +4621,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]]
name = "psl"
version = "2.1.34"
version = "2.1.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe63c1c8bb438205c1245719638a0b14fe6e3b33f4406ac36b4770a706655345"
checksum = "14138c8a3dd9e14adeb406e5b2c74749c7ae638aa2f8a3a95497bf797f565490"
dependencies = [
"psl-types",
]
+1 -1
View File
@@ -58,7 +58,7 @@ zeroize = "1.7.0"
base64ct = "1.6.0"
camino.workspace = true
chrono.workspace = true
psl = "2.1.34"
psl = "2.1.35"
time = "0.3.34"
url.workspace = true
mime = "0.3.17"