1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump tokio from 1.21.0 to 1.21.1

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.0 to 1.21.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.0...tokio-1.21.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-09-14 06:43:58 +00:00
committed by Quentin Gliech
parent b3e44b4241
commit 93c75c09e3
12 changed files with 14 additions and 14 deletions

View File

@ -23,7 +23,7 @@ serde = "1.0.144"
serde_json = "1.0.85"
serde_urlencoded = "0.7.1"
thiserror = "1.0.35"
tokio = { version = "1.20.1", optional = true }
tokio = { version = "1.21.1", optional = true }
tower = { version = "0.4.13", features = ["timeout", "limit"] }
tower-http = { version = "0.3.4", features = ["follow-redirect", "decompression-full", "set-header", "compression-full", "cors", "util"] }
tracing = "0.1.36"
@ -32,7 +32,7 @@ tracing-opentelemetry = "0.17.4"
[dev-dependencies]
anyhow = "1.0.64"
serde = { version = "1.0.144", features = ["derive"] }
tokio = { version = "1.20.1", features = ["macros", "rt"] }
tokio = { version = "1.21.1", features = ["macros", "rt"] }
tower = { version = "0.4.13", features = ["util"] }
[features]