1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

build(deps): bump psl from 2.1.50 to 2.1.55

Bumps [psl](https://github.com/addr-rs/psl) from 2.1.50 to 2.1.55.
- [Release notes](https://github.com/addr-rs/psl/releases)
- [Commits](https://github.com/addr-rs/psl/compare/v2.1.50...v2.1.55)

---
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-07-24 22:22:03 +00:00
committed by Quentin Gliech
parent cc5f339c3b
commit 7dcb476e92
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4736,9 +4736,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]]
name = "psl"
version = "2.1.50"
version = "2.1.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20f2890e9f6f068d927643e8d547931b537f21fd298e197c4837f1265b11e560"
checksum = "ce9398ad066421139b2e3afe16ea46772ffda30bd9ba57554dc035df5e26edc8"
dependencies = [
"psl-types",
]

View File

@@ -65,7 +65,7 @@ zeroize = "1.8.1"
base64ct = "1.6.0"
camino.workspace = true
chrono.workspace = true
psl = "2.1.50"
psl = "2.1.55"
time = "0.3.36"
url.workspace = true
mime = "0.3.17"