1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

build(deps): bump tokio from 1.28.2 to 1.29.0

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-29 07:28:09 +00:00
committed by Quentin Gliech
parent 24ab16c1c6
commit a92d6fce8f
14 changed files with 19 additions and 18 deletions

View File

@ -24,7 +24,7 @@ serde = "1.0.164"
serde_json = "1.0.99"
serde_urlencoded = "0.7.1"
thiserror = "1.0.40"
tokio = { version = "1.28.2", features = ["sync", "parking_lot"], optional = true }
tokio = { version = "1.29.0", features = ["sync", "parking_lot"], optional = true }
tower = { version = "0.4.13", features = [] }
tower-http = { version = "0.4.1", features = ["cors"] }
tracing = "0.1.37"
@ -37,7 +37,7 @@ mas-tower = { path = "../tower" }
[dev-dependencies]
anyhow = "1.0.71"
serde = { version = "1.0.164", features = ["derive"] }
tokio = { version = "1.28.2", features = ["macros", "rt"] }
tokio = { version = "1.29.0", features = ["macros", "rt"] }
tower = { version = "0.4.13", features = ["util"] }
[features]