mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-22 19:57:11 +00:00
44d9000299
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.137) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
404 B
TOML
19 lines
404 B
TOML
[package]
|
|
name = "mas-data-model"
|
|
version = "0.1.0"
|
|
authors = ["Quentin Gliech <quenting@element.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.19"
|
|
thiserror = "1.0.31"
|
|
serde = "1.0.137"
|
|
url = { version = "2.2.2", features = ["serde"] }
|
|
crc = "3.0.0"
|
|
rand = "0.8.5"
|
|
|
|
mas-iana = { path = "../iana" }
|
|
mas-jose = { path = "../jose" }
|
|
oauth2-types = { path = "../oauth2-types" }
|