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

build(deps): bump serde from 1.0.181 to 1.0.183

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

---
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-08 17:46:28 +00:00
committed by Quentin Gliech
parent 7faf67d14b
commit 84ca78cf6f
21 changed files with 25 additions and 25 deletions

View File

@ -20,7 +20,7 @@ once_cell = "1.18.0"
opentelemetry = "0.19.0"
rustls = { version = "0.21.5", optional = true }
rustls-native-certs = { version = "0.6.3", optional = true }
serde = "1.0.181"
serde = "1.0.183"
serde_json = "1.0.104"
serde_urlencoded = "0.7.1"
thiserror = "1.0.44"
@ -36,7 +36,7 @@ mas-tower = { path = "../tower" }
[dev-dependencies]
anyhow = "1.0.72"
serde = { version = "1.0.181", features = ["derive"] }
serde = { version = "1.0.183", features = ["derive"] }
tokio = { version = "1.29.1", features = ["macros", "rt"] }
tower = { version = "0.4.13", features = ["util"] }