You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +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:
committed by
Quentin Gliech
parent
ef2f10b3a0
commit
77ea84d371
@ -24,7 +24,7 @@ serde_urlencoded = "0.7.1"
|
||||
serde_json = "1.0.80"
|
||||
sqlx = "0.5.13"
|
||||
thiserror = "1.0.31"
|
||||
tokio = "1.18.0"
|
||||
tokio = "1.18.1"
|
||||
tower = { version = "0.4.12", features = ["util"] }
|
||||
tracing = "0.1.34"
|
||||
url = "2.2.2"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.18.0", features = ["full"] }
|
||||
tokio = { version = "1.18.1", features = ["full"] }
|
||||
futures = "0.3.21"
|
||||
anyhow = "1.0.57"
|
||||
clap = { version = "3.1.14", features = ["derive"] }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.18.0", features = [] }
|
||||
tokio = { version = "1.18.1", features = [] }
|
||||
tracing = { version = "0.1.34", features = ["log"] }
|
||||
async-trait = "0.1.53"
|
||||
|
||||
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
anyhow = "1.0.57"
|
||||
async-trait = "0.1.53"
|
||||
tokio = { version = "1.18.0", features = ["macros"] }
|
||||
tokio = { version = "1.18.1", features = ["macros"] }
|
||||
tracing = "0.1.34"
|
||||
aws-sdk-sesv2 = "0.11.0"
|
||||
aws-config = "0.11.0"
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
# Async runtime
|
||||
tokio = { version = "1.18.0", features = ["macros"] }
|
||||
tokio = { version = "1.18.1", features = ["macros"] }
|
||||
|
||||
# Logging and tracing
|
||||
tracing = "0.1.34"
|
||||
|
@ -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"
|
||||
|
@ -13,6 +13,6 @@ csv = "1.1.6"
|
||||
futures-util = "0.3.21"
|
||||
reqwest = { version = "0.11.10", features = ["blocking", "rustls-tls"], default-features = false }
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
tokio = { version = "1.18.0", features = ["full"] }
|
||||
tokio = { version = "1.18.1", features = ["full"] }
|
||||
tracing = "0.1.34"
|
||||
tracing-subscriber = "0.3.11"
|
||||
|
@ -30,7 +30,7 @@ serde_with = { version = "1.13.0", features = ["base64"] }
|
||||
sha2 = "0.10.2"
|
||||
signature = "1.4.0"
|
||||
thiserror = "1.0.31"
|
||||
tokio = { version = "1.18.0", features = ["macros", "rt", "sync"] }
|
||||
tokio = { version = "1.18.1", features = ["macros", "rt", "sync"] }
|
||||
tower = { version = "0.4.12", features = ["util"] }
|
||||
tracing = "0.1.34"
|
||||
url = { version = "2.2.2", features = ["serde"] }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
tokio = "1.18.0"
|
||||
tokio = "1.18.1"
|
||||
sqlx = { version = "0.5.13", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json"] }
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
tokio = "1.18.0"
|
||||
tokio = "1.18.1"
|
||||
async-trait = "0.1.53"
|
||||
tokio-stream = "0.1.8"
|
||||
futures-util = "0.3.21"
|
||||
|
@ -10,7 +10,7 @@ dev = []
|
||||
|
||||
[dependencies]
|
||||
tracing = "0.1.34"
|
||||
tokio = { version = "1.18.0", features = ["macros"] }
|
||||
tokio = { version = "1.18.1", features = ["macros"] }
|
||||
|
||||
anyhow = "1.0.57"
|
||||
thiserror = "1.0.31"
|
||||
|
Reference in New Issue
Block a user