1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2026-01-03 17:02:28 +03:00

build(deps): bump psl from 2.1.35 to 2.1.36

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

---
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-06 19:16:12 +00:00
committed by Quentin Gliech
parent 20550c45f6
commit 736faf1738
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4559,9 +4559,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]]
name = "psl"
version = "2.1.35"
version = "2.1.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14138c8a3dd9e14adeb406e5b2c74749c7ae638aa2f8a3a95497bf797f565490"
checksum = "167f4ebfd5ea32c7f268d6711b93a73e56ce5091f236d9c25c59d259acfd4b73"
dependencies = [
"psl-types",
]

View File

@@ -58,7 +58,7 @@ zeroize = "1.7.0"
base64ct = "1.6.0"
camino.workspace = true
chrono.workspace = true
psl = "2.1.35"
psl = "2.1.36"
time = "0.3.36"
url.workspace = true
mime = "0.3.17"