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.30.0 to 1.32.0

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.30.0 to 1.32.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.30.0...tokio-1.32.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-08-17 19:09:50 +00:00
committed by Quentin Gliech
parent a068e496f0
commit 1ef1db2ae1
15 changed files with 19 additions and 19 deletions

View File

@ -23,7 +23,7 @@ serde_with = "3.2.0"
serde_urlencoded = "0.7.1"
serde_json.workspace = true
thiserror.workspace = true
tokio = "1.30.0"
tokio = "1.32.0"
tower = { version = "0.4.13", features = ["util"] }
tracing.workspace = true
url.workspace = true

View File

@ -21,7 +21,7 @@ rustls = "0.21.6"
serde_json.workspace = true
serde_yaml = "0.9.25"
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres"] }
tokio = { version = "1.30.0", features = ["full"] }
tokio = { version = "1.32.0", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.4.3", features = ["fs"] }
url.workspace = true

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
tokio = { version = "1.30.0", features = ["fs", "rt"] }
tokio = { version = "1.32.0", features = ["fs", "rt"] }
tracing.workspace = true
async-trait = "0.1.72"

View File

@ -13,7 +13,7 @@ chrono.workspace = true
lettre = { version = "0.10.4", default-features = false }
serde.workspace = true
thiserror.workspace = true
tokio = { version = "1.30.0", features = ["sync"] }
tokio = { version = "1.32.0", features = ["sync"] }
tracing.workspace = true
tower = { version = "0.4.13", features = ["util"] }
ulid = "1.0.0"

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
# Async runtime
tokio = { version = "1.30.0", features = ["macros"] }
tokio = { version = "1.32.0", features = ["macros"] }
futures-util = "0.3.28"
# Logging and tracing

View File

@ -22,7 +22,7 @@ serde.workspace = true
serde_json.workspace = true
serde_urlencoded = "0.7.1"
thiserror.workspace = true
tokio = { version = "1.30.0", features = ["sync", "parking_lot"], optional = true }
tokio = { version = "1.32.0", features = ["sync", "parking_lot"], optional = true }
tower = { version = "0.4.13", features = [] }
tower-http = { version = "0.4.3", features = ["cors"] }
tracing.workspace = true
@ -34,7 +34,7 @@ mas-tower = { path = "../tower" }
[dev-dependencies]
anyhow.workspace = true
tokio = { version = "1.30.0", features = ["macros", "rt"] }
tokio = { version = "1.32.0", features = ["macros", "rt"] }
tower = { version = "0.4.13", features = ["util"] }
[features]

View File

@ -14,6 +14,6 @@ csv = "1.2.2"
futures-util = "0.3.28"
hyper = { version = "0.14.27", features = ["tcp", "client", "http1"] }
serde.workspace = true
tokio = { version = "1.30.0", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
tracing.workspace = true
tracing-subscriber = "0.3.17"

View File

@ -12,7 +12,7 @@ http-body = "0.4.5"
hyper = { version = "0.14.27", features = ["server", "http1", "http2", "tcp"] }
pin-project-lite = "0.2.12"
thiserror.workspace = true
tokio = { version = "1.30.0", features = ["net", "rt", "macros", "signal", "time"] }
tokio = { version = "1.32.0", features = ["net", "rt", "macros", "signal", "time"] }
tokio-rustls = "0.24.1"
tower-http = { version = "0.4.3", features = ["add-extension"] }
tower-service = "0.3.2"
@ -22,7 +22,7 @@ libc = "0.2.147"
[dev-dependencies]
anyhow.workspace = true
rustls-pemfile = "1.0.3"
tokio = { version = "1.30.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
tokio = { version = "1.32.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
tokio-test = "0.4.2"
tracing-subscriber = "0.3.17"

View File

@ -10,5 +10,5 @@ anyhow.workspace = true
serde.workspace = true
async-trait = "0.1.72"
http.workspace = true
tokio = { version = "1.30.0", features = ["sync", "macros", "rt"] }
tokio = { version = "1.32.0", features = ["sync", "macros", "rt"] }
url.workspace = true

View File

@ -35,7 +35,7 @@ serde_json.workspace = true
serde_urlencoded = "0.7.1"
serde_with = "3.2.0"
thiserror.workspace = true
tokio = { version = "1.30.0", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.32.0", features = ["rt", "macros", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["full"] }
tracing.workspace = true
url.workspace = true

View File

@ -11,7 +11,7 @@ opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio = { version = "1.30.0", features = ["io-util"] }
tokio = { version = "1.32.0", features = ["io-util"] }
tracing.workspace = true
wasmtime = { version = "11.0.1", default-features = false, features = ["async", "cranelift"] }
@ -19,7 +19,7 @@ mas-data-model = { path = "../data-model" }
oauth2-types = { path = "../oauth2-types" }
[dev-dependencies]
tokio = { version = "1.30.0", features = ["fs", "rt", "macros"] }
tokio = { version = "1.32.0", features = ["fs", "rt", "macros"] }
[features]
cache = ["wasmtime/cache"]

View File

@ -18,7 +18,7 @@ rand.workspace = true
rand_chacha = "0.3.1"
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres"] }
thiserror.workspace = true
tokio = { version = "1.30.0", features = ["rt"] }
tokio = { version = "1.32.0", features = ["rt"] }
tower = "0.4.13"
tracing.workspace = true
tracing-opentelemetry = "0.20.0"

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
tracing.workspace = true
tokio = { version = "1.30.0", features = ["macros", "rt", "fs"] }
tokio = { version = "1.32.0", features = ["macros", "rt", "fs"] }
anyhow.workspace = true
thiserror.workspace = true

View File

@ -10,7 +10,7 @@ http.workspace = true
tracing.workspace = true
tracing-opentelemetry = "0.20.0"
tower = "0.4.13"
tokio = { version = "1.30.0", features = ["time"] }
tokio = { version = "1.32.0", features = ["time"] }
opentelemetry = { version = "0.20.0", features = ["metrics"] }
opentelemetry-http = "0.9.0"
opentelemetry-semantic-conventions = "0.12.0"