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 serde from 1.0.171 to 1.0.174

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.171 to 1.0.174.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.171...v1.0.174)

---
updated-dependencies:
- dependency-name: serde
  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-21 21:40:51 +00:00
committed by Quentin Gliech
parent 3a3e8bc285
commit 85659c6c36
21 changed files with 25 additions and 25 deletions

View File

@ -11,7 +11,7 @@ async-graphql = { version = "5.0.10", features = ["chrono", "url"] }
async-trait = "0.1.72"
chrono = "0.4.26"
lettre = { version = "0.10.4", default-features = false }
serde = { version = "1.0.171", features = ["derive"] }
serde = { version = "1.0.174", features = ["derive"] }
thiserror = "1.0.43"
tokio = { version = "1.29.1", features = ["sync"] }
tracing = "0.1.37"