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

build(deps): bump time from 0.3.24 to 0.3.25

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

---
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-04 19:33:25 +00:00
committed by Quentin Gliech
parent 95890a660b
commit 9ea20a75c0
2 changed files with 14 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.24"
time = "0.3.25"
url = { version = "2.4.0", features = ["serde"] }
mime = "0.3.17"
rand = "0.8.5"