Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.2.2 to 1.3.0. - [Commits](https://github.com/BurntSushi/rust-csv/compare/1.2.2...1.3.0) --- updated-dependencies: - dependency-name: csv 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.32.0", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|