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

build(deps): bump time from 0.3.18 to 0.3.19

Bumps [time](https://github.com/time-rs/time) from 0.3.18 to 0.3.19.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.18...v0.3.19)

---
updated-dependencies:
- dependency-name: time
  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]
2023-02-17 20:01:02 +00:00
committed by Quentin Gliech
parent 1207d1f755
commit bd6efbd1f3
2 changed files with 14 additions and 14 deletions

View File

@ -49,7 +49,7 @@ zeroize = "1.5.7"
# Various data types and utilities
camino = "1.1.2"
chrono = { version = "0.4.23", features = ["serde"] }
time = "0.3.18"
time = "0.3.19"
url = { version = "2.3.1", features = ["serde"] }
mime = "0.3.16"
rand = "0.8.5"