mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-25 12:04:15 +00:00
69798aef47
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.33.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.32.0...tokio-1.33.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
583 B
TOML
22 lines
583 B
TOML
[package]
|
|
name = "mas-iana-codegen"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
async-trait = "0.1.73"
|
|
camino.workspace = true
|
|
convert_case = "0.6.0"
|
|
csv = "1.3.0"
|
|
futures-util = "0.3.28"
|
|
hyper = { version = "0.14.27", features = ["tcp", "client", "http1"] }
|
|
serde.workspace = true
|
|
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|