1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

build(deps): bump serde from 1.0.180 to 1.0.181

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.180 to 1.0.181.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.180...v1.0.181)

---
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-08-04 20:55:32 +00:00
committed by Quentin Gliech
parent 91c6b1eaf1
commit 4cdb24ffe4
21 changed files with 25 additions and 25 deletions

View File

@@ -29,7 +29,7 @@ http = "0.2.9"
once_cell = "1.18.0"
mime = "0.3.17"
rand = "0.8.5"
serde = { version = "1.0.180", features = ["derive"] }
serde = { version = "1.0.181", features = ["derive"] }
serde_json = "1.0.104"
serde_urlencoded = "0.7.1"
serde_with = "3.1.0"