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

Bump serde from 1.0.141 to 1.0.142

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.141 to 1.0.142.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.141...v1.0.142)

---
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-08-04 08:45:31 +00:00
committed by Quentin Gliech
parent 25a7d6cba5
commit 3cfd0f1553
14 changed files with 17 additions and 17 deletions

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
http = "0.2.8"
serde = "1.0.141"
serde = "1.0.142"
serde_json = "1.0.83"
language-tags = { version = "0.3.2", features = ["serde"] }
url = { version = "2.2.2", features = ["serde"] }