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 serde from 1.0.156 to 1.0.158

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.156 to 1.0.158.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.156...v1.0.158)

---
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-03-21 16:06:59 +00:00
committed by Quentin Gliech
parent ce142247ea
commit 6fbd352591
17 changed files with 71 additions and 60 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
anyhow = "1.0.69"
async-graphql = { version = "5.0.6", features = ["chrono", "url"] }
chrono = "0.4.24"
serde = { version = "1.0.156", features = ["derive"] }
serde = { version = "1.0.158", features = ["derive"] }
tokio = { version = "1.26.0", features = ["sync"] }
thiserror = "1.0.39"
tracing = "0.1.37"