You've already forked authentication-service
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.155 to 1.0.156
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.155 to 1.0.156. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.155...v1.0.156) --- 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:
committed by
Quentin Gliech
parent
82be639543
commit
3372a8ff9a
@ -35,7 +35,7 @@ lettre = { version = "0.10.3", default-features = false, features = ["builder"]
|
||||
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
|
||||
# Various structure (de)serialization
|
||||
serde = { version = "1.0.155", features = ["derive"] }
|
||||
serde = { version = "1.0.156", features = ["derive"] }
|
||||
serde_with = { version = "2.3.1", features = ["hex", "chrono"] }
|
||||
serde_json = "1.0.94"
|
||||
serde_urlencoded = "0.7.1"
|
||||
|
Reference in New Issue
Block a user