Files
matrix-authentication-service/crates/data-model/Cargo.toml
T
dependabot[bot] bc96bae0b2 build(deps): bump crc from 3.2.1 to 3.3.0
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>
2025-05-08 13:55:32 +00:00

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