mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-06-06 15:32:10 +00:00
bc96bae0b2
Bumps [crc](https://github.com/mrhooray/crc-rs) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/mrhooray/crc-rs/releases) - [Commits](https://github.com/mrhooray/crc-rs/commits) --- updated-dependencies: - dependency-name: crc dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
601 B
TOML
31 lines
601 B
TOML
[package]
|
|
name = "mas-data-model"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
base64ct.workspace = true
|
|
chrono.workspace = true
|
|
thiserror.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
url.workspace = true
|
|
crc = "3.3.0"
|
|
ulid.workspace = true
|
|
rand.workspace = true
|
|
regex = "1.11.1"
|
|
woothee = "0.13.0"
|
|
ruma-common.workspace = true
|
|
|
|
mas-iana.workspace = true
|
|
mas-jose.workspace = true
|
|
oauth2-types.workspace = true
|