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.149 to 1.0.150

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.149 to 1.0.150.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.149...v1.0.150)

---
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-12-14 15:07:32 +00:00
committed by Quentin Gliech
parent 829e503467
commit 1a0482fd26
16 changed files with 20 additions and 20 deletions

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
axum = { version = "0.6.1", default-features = false }
serde = { version = "1.0.149", features = ["derive"] }
serde = { version = "1.0.150", features = ["derive"] }
serde_urlencoded = "0.7.1"
url = "2.3.1"
ulid = "1.0.0"