1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump chrono from 0.4.22 to 0.4.23

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.22 to 0.4.23.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.22...v0.4.23)

---
updated-dependencies:
- dependency-name: chrono
  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]
2022-11-14 09:01:56 +00:00
committed by Quentin Gliech
parent 76b359ba2c
commit 5b687cda4f
10 changed files with 11 additions and 11 deletions

View File

@ -14,7 +14,7 @@ url = { version = "2.3.1", features = ["serde"] }
parse-display = "0.6.0"
indoc = "1.0.7"
serde_with = { version = "2.0.1", features = ["chrono"] }
chrono = "0.4.22"
chrono = "0.4.23"
sha2 = "0.10.6"
data-encoding = "2.3.2"
thiserror = "1.0.37"