Files
letro-authentication-service/crates/tower/Cargo.toml
dependabot[bot] f68892f25c build(deps): bump tokio from 1.33.0 to 1.34.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.33.0...tokio-1.34.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 13:51:15 +01:00

20 lines
495 B
TOML

[package]
name = "mas-tower"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[dependencies]
http.workspace = true
tracing.workspace = true
tracing-opentelemetry.workspace = true
tower = "0.4.13"
tokio = { version = "1.34.0", features = ["time"] }
opentelemetry.workspace = true
opentelemetry-http = "0.10.0"
opentelemetry-semantic-conventions.workspace = true
pin-project-lite = "0.2.13"