Files
letro-authentication-service/crates/tower/Cargo.toml
dependabot[bot] 2df23f6a84 build(deps): bump pin-project-lite from 0.2.9 to 0.2.10
Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.9 to 0.2.10.
- [Release notes](https://github.com/taiki-e/pin-project-lite/releases)
- [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/pin-project-lite/compare/v0.2.9...v0.2.10)

---
updated-dependencies:
- dependency-name: pin-project-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 15:33:36 +02:00

21 lines
514 B
TOML

[package]
name = "mas-tower"
version = "0.1.0"
authors = ["Quentin Gliech <quenting@element.io>"]
edition = "2021"
license = "Apache-2.0"
[dependencies]
aws-smithy-http = { version = "0.55.3", optional = true }
http = "0.2.9"
tracing = "0.1.37"
tracing-opentelemetry = "0.19.0"
tower = "0.4.13"
tokio = { version = "1.29.1", features = ["time"] }
opentelemetry = { version = "0.19.0", features = ["metrics"] }
opentelemetry-http = "0.8.0"
pin-project-lite = "0.2.10"
[features]
aws-sdk = ["dep:aws-smithy-http"]