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.155 to 1.0.156

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

---
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-14 20:01:17 +00:00
committed by Quentin Gliech
parent 82be639543
commit 3372a8ff9a
17 changed files with 21 additions and 21 deletions

View File

@ -18,7 +18,7 @@ http-body = "0.4.5"
mime = "0.3.16"
rand = "0.8.5"
sentry = { version = "0.30.0", default-features = false }
serde = "1.0.155"
serde = "1.0.156"
serde_with = "2.3.1"
serde_urlencoded = "0.7.1"
serde_json = "1.0.94"