1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

build(deps): bump tokio from 1.36.0 to 1.37.0

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.36.0...tokio-1.37.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]
2024-04-30 15:56:52 +00:00
committed by Quentin Gliech
parent 27367fc007
commit 43f4768ae6
15 changed files with 19 additions and 19 deletions

6
Cargo.lock generated
View File

@@ -2321,7 +2321,7 @@ dependencies = [
"httpdate",
"itoa",
"pin-project-lite",
"socket2 0.4.10",
"socket2 0.5.7",
"tokio",
"tower-service",
"tracing",
@@ -6014,9 +6014,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.36.0"
version = "1.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
dependencies = [
"backtrace",
"bytes",

View File

@@ -30,7 +30,7 @@ serde_with = "3.7.0"
serde_urlencoded = "0.7.1"
serde_json.workspace = true
thiserror.workspace = true
tokio = "1.36.0"
tokio = "1.37.0"
tower.workspace = true
tracing.workspace = true
url.workspace = true

View File

@@ -31,7 +31,7 @@ rustls.workspace = true
serde_json.workspace = true
serde_yaml = "0.9.34"
sqlx.workspace = true
tokio = { version = "1.36.0", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
tower.workspace = true
tower-http = { version = "0.4.4", features = ["fs"] }
url.workspace = true

View File

@@ -12,7 +12,7 @@ publish = false
workspace = true
[dependencies]
tokio = { version = "1.36.0", features = ["fs", "rt"] }
tokio = { version = "1.37.0", features = ["fs", "rt"] }
tracing.workspace = true
thiserror.workspace = true

View File

@@ -19,7 +19,7 @@ chrono.workspace = true
lettre = { version = "0.11.4", default-features = false }
serde.workspace = true
thiserror.workspace = true
tokio = { version = "1.36.0", features = ["sync"] }
tokio = { version = "1.37.0", features = ["sync"] }
tracing.workspace = true
tower.workspace = true
ulid.workspace = true

View File

@@ -13,7 +13,7 @@ workspace = true
[dependencies]
# Async runtime
tokio = { version = "1.36.0", features = ["macros"] }
tokio = { version = "1.37.0", features = ["macros"] }
futures-util = "0.3.30"
# Logging and tracing

View File

@@ -36,7 +36,7 @@ mas-tower = { workspace = true, optional = true }
[dev-dependencies]
anyhow.workspace = true
tokio = { version = "1.36.0", features = ["macros", "rt"] }
tokio = { version = "1.37.0", features = ["macros", "rt"] }
[features]
client = [

View File

@@ -20,6 +20,6 @@ csv = "1.3.0"
futures-util = "0.3.30"
hyper.workspace = true
serde.workspace = true
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
tracing.workspace = true
tracing-subscriber.workspace = true

View File

@@ -21,7 +21,7 @@ libc = "0.2.154"
pin-project-lite = "0.2.14"
socket2 = "0.5.7"
thiserror.workspace = true
tokio = { version = "1.36.0", features = ["net", "rt", "macros", "signal", "time"] }
tokio = { version = "1.37.0", features = ["net", "rt", "macros", "signal", "time"] }
tokio-rustls = "0.25.0"
tower-http = { version = "0.4.4", features = ["add-extension"] }
tower-service = "0.3.2"
@@ -30,7 +30,7 @@ tracing.workspace = true
[dev-dependencies]
anyhow.workspace = true
rustls-pemfile = "2.1.1"
tokio = { version = "1.36.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
tokio = { version = "1.37.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
tokio-test = "0.4.4"
tracing-subscriber.workspace = true

View File

@@ -16,5 +16,5 @@ anyhow.workspace = true
serde.workspace = true
async-trait.workspace = true
http.workspace = true
tokio = { version = "1.36.0", features = ["sync", "macros", "rt"] }
tokio = { version = "1.37.0", features = ["sync", "macros", "rt"] }
url.workspace = true

View File

@@ -67,5 +67,5 @@ assert_matches = "1.5.0"
bitflags = "2.5.0"
mas-keystore.workspace = true
rand_chacha = "0.3.1"
tokio = { version = "1.36.0", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.37.0", features = ["rt", "macros", "rt-multi-thread"] }
wiremock = "0.6.0"

View File

@@ -18,7 +18,7 @@ serde.workspace = true
serde_json.workspace = true
schemars = { workspace = true, optional = true }
thiserror.workspace = true
tokio = { version = "1.36.0", features = ["io-util", "rt"] }
tokio = { version = "1.37.0", features = ["io-util", "rt"] }
tracing.workspace = true
wasmtime = { version = "18.0.3", default-features = false, features = ["async", "cranelift"] }
@@ -26,7 +26,7 @@ mas-data-model.workspace = true
oauth2-types.workspace = true
[dev-dependencies]
tokio = { version = "1.36.0", features = ["fs", "rt", "macros"] }
tokio = { version = "1.37.0", features = ["fs", "rt", "macros"] }
[features]
cache = ["wasmtime/cache"]

View File

@@ -24,7 +24,7 @@ rand.workspace = true
rand_chacha = "0.3.1"
sqlx.workspace = true
thiserror.workspace = true
tokio = { version = "1.36.0", features = ["rt"] }
tokio = { version = "1.37.0", features = ["rt"] }
tower.workspace = true
tracing.workspace = true
tracing-opentelemetry.workspace = true

View File

@@ -14,7 +14,7 @@ workspace = true
[dependencies]
arc-swap = "1.7.1"
tracing.workspace = true
tokio = { version = "1.36.0", features = ["macros", "rt", "fs"] }
tokio = { version = "1.37.0", features = ["macros", "rt", "fs"] }
walkdir = "2.5.0"
anyhow.workspace = true

View File

@@ -16,7 +16,7 @@ http.workspace = true
tracing.workspace = true
tracing-opentelemetry.workspace = true
tower.workspace = true
tokio = { version = "1.36.0", features = ["time"] }
tokio = { version = "1.37.0", features = ["time"] }
opentelemetry.workspace = true
opentelemetry-http.workspace = true
opentelemetry-semantic-conventions.workspace = true