You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Bump serde_json from 1.0.79 to 1.0.80
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.79...v1.0.80) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
f0c19a17b2
commit
4ed0551c9b
@ -15,7 +15,7 @@ schemars = { version = "0.8.8", features = ["url", "chrono"] }
|
||||
tower = { version = "0.4.12", features = ["full"] }
|
||||
hyper = { version = "0.14.18", features = ["full"] }
|
||||
serde_yaml = "0.8.23"
|
||||
serde_json = "1.0.79"
|
||||
serde_json = "1.0.80"
|
||||
url = "2.2.2"
|
||||
argon2 = { version = "0.4.0", features = ["password-hash"] }
|
||||
reqwest = { version = "0.11.10", features = ["rustls-tls"], default-features = false, optional = true }
|
||||
|
Reference in New Issue
Block a user