Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.40 to 1.0.41. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.40...1.0.41) --- updated-dependencies: - dependency-name: thiserror 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.41"
|
|
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" }
|