1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-09-15 22:21:07 +03:00
Files
authentication-service/crates/iana-codegen/Cargo.toml
dependabot[bot] 8e711ddb4d build(deps): bump reqwest from 0.12.5 to 0.12.7
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.5 to 0.12.7.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.7)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-30 16:47:16 +02:00

28 lines
586 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
publish = false
[lints]
workspace = true
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
camino.workspace = true
convert_case = "0.6.0"
csv = "1.3.0"
futures-util = "0.3.30"
reqwest = { version = "0.12.7", default-features = false, features = [
"rustls-tls",
] }
serde.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true