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.165 to 1.0.166

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.165 to 1.0.166.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.165...v1.0.166)

---
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-03 19:54:30 +00:00
committed by Quentin Gliech
parent ad67906d7f
commit 725078941a
21 changed files with 25 additions and 25 deletions

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
http = "0.2.9"
serde = "1.0.165"
serde = "1.0.166"
serde_json = "1.0.99"
language-tags = { version = "0.3.2", features = ["serde"] }
url = { version = "2.4.0", features = ["serde"] }