1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump time from 0.3.27 to 0.3.28

Bumps [time](https://github.com/time-rs/time) from 0.3.27 to 0.3.28.
- [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.27...v0.3.28)

---
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-08-27 16:08:43 +00:00
committed by Quentin Gliech
parent 50dcfed805
commit 329bd401b3
2 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@ zeroize = "1.6.0"
# Various data types and utilities
camino = "1.1.6"
chrono.workspace = true
time = "0.3.27"
time = "0.3.28"
url.workspace = true
mime = "0.3.17"
rand.workspace = true