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 time from 0.3.23 to 0.3.24

Bumps [time](https://github.com/time-rs/time) from 0.3.23 to 0.3.24.
- [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.23...v0.3.24)

---
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-07-31 19:38:25 +00:00
committed by Quentin Gliech
parent 5181bef6c8
commit dcdb05dc0a
2 changed files with 24 additions and 14 deletions

View File

@@ -50,7 +50,7 @@ zeroize = "1.6.0"
# Various data types and utilities
camino = "1.1.6"
chrono = { version = "0.4.26", features = ["serde"] }
time = "0.3.23"
time = "0.3.24"
url = { version = "2.4.0", features = ["serde"] }
mime = "0.3.17"
rand = "0.8.5"