Bumps [serde](https://github.com/serde-rs/serde) from 1.0.180 to 1.0.181. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.180...v1.0.181) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
545 B
TOML
20 lines
545 B
TOML
[package]
|
|
name = "mas-iana-codegen"
|
|
version = "0.1.0"
|
|
authors = ["Quentin Gliech <quenting@element.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.72"
|
|
async-trait = "0.1.72"
|
|
camino = "1.1.6"
|
|
convert_case = "0.6.0"
|
|
csv = "1.2.2"
|
|
futures-util = "0.3.28"
|
|
hyper = { version = "0.14.27", features = ["tcp", "client", "http1"] }
|
|
serde = { version = "1.0.181", features = ["derive"] }
|
|
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
|
|
tracing = "0.1.37"
|
|
tracing-subscriber = "0.3.17"
|