mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-17 09:56:02 +00:00
725078941a
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.165 to 1.0.166. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.165...v1.0.166) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
477 B
TOML
21 lines
477 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.26"
|
|
thiserror = "1.0.40"
|
|
serde = "1.0.166"
|
|
url = { version = "2.4.0", features = ["serde"] }
|
|
crc = "3.0.1"
|
|
ulid = { version = "1.0.0", features = ["serde"] }
|
|
rand = "0.8.5"
|
|
rand_chacha = "0.3.1"
|
|
|
|
mas-iana = { path = "../iana" }
|
|
mas-jose = { path = "../jose" }
|
|
oauth2-types = { path = "../oauth2-types" }
|