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

Bump tokio from 1.18.0 to 1.18.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-05-02 19:35:23 +00:00
committed by Quentin Gliech
parent ef2f10b3a0
commit 77ea84d371
12 changed files with 13 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ rustls = "0.20.4"
serde = "1.0.137"
serde_json = "1.0.80"
thiserror = "1.0.31"
tokio = { version = "1.18.0", features = ["sync", "parking_lot"] }
tokio = { version = "1.18.1", features = ["sync", "parking_lot"] }
tower = { version = "0.4.12", features = ["timeout", "limit"] }
tower-http = { version = "0.3.2", features = ["follow-redirect", "decompression-full", "set-header", "compression-full", "cors"] }
tracing = "0.1.34"