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

Bump serde from 1.0.147 to 1.0.148

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.147 to 1.0.148.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.147...v1.0.148)

---
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]
2022-11-28 19:13:53 +00:00
committed by Quentin Gliech
parent 8076990c3b
commit 11efae004e
16 changed files with 22 additions and 22 deletions

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
http = "0.2.8"
serde = "1.0.147"
serde = "1.0.148"
serde_json = "1.0.89"
language-tags = { version = "0.3.2", features = ["serde"] }
url = { version = "2.3.1", features = ["serde"] }