1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump serde from 1.0.148 to 1.0.149

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

---
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-05 19:08:43 +00:00
committed by Quentin Gliech
parent 9b79a6caf3
commit fb1cf3e6a3
16 changed files with 20 additions and 20 deletions

View File

@ -22,7 +22,7 @@ opentelemetry-http = "0.7.0"
opentelemetry-semantic-conventions = "0.10.0"
rustls = { version = "0.20.7", optional = true }
rustls-native-certs = { version = "0.6.2", optional = true }
serde = "1.0.148"
serde = "1.0.149"
serde_json = "1.0.89"
serde_urlencoded = "0.7.1"
thiserror = "1.0.37"
@ -36,7 +36,7 @@ webpki-roots = { version = "0.22.5", optional = true }
[dev-dependencies]
anyhow = "1.0.66"
serde = { version = "1.0.148", features = ["derive"] }
serde = { version = "1.0.149", features = ["derive"] }
tokio = { version = "1.22.0", features = ["macros", "rt"] }
tower = { version = "0.4.13", features = ["util"] }