You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-09-14 11:29:26 +03:00
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.5 to 1.10.6. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.10.5...1.10.6) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
540 B
TOML
29 lines
540 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]
|
|
chrono.workspace = true
|
|
thiserror.workspace = true
|
|
serde.workspace = true
|
|
url.workspace = true
|
|
crc = "3.2.1"
|
|
ulid.workspace = true
|
|
rand.workspace = true
|
|
rand_chacha = "0.3.1"
|
|
regex = "1.10.6"
|
|
woothee = "0.13.0"
|
|
|
|
mas-iana.workspace = true
|
|
mas-jose.workspace = true
|
|
oauth2-types.workspace = true
|