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 tracing from 0.1.31 to 0.1.32
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.31 to 0.1.32. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.31...tracing-0.1.32) --- updated-dependencies: - dependency-name: tracing 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
d0807e9b3c
commit
c71800a8d1
@ -25,7 +25,7 @@ atty = "0.2.14"
|
||||
rand = "0.8.5"
|
||||
data-encoding = "2.3.2"
|
||||
|
||||
tracing = "0.1.31"
|
||||
tracing = "0.1.32"
|
||||
tracing-appender = "0.2.1"
|
||||
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
|
||||
tracing-opentelemetry = "0.17.2"
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.17.0", features = [] }
|
||||
tracing = { version = "0.1.31", features = ["log"] }
|
||||
tracing = { version = "0.1.32", features = ["log"] }
|
||||
async-trait = "0.1.52"
|
||||
|
||||
thiserror = "1.0.30"
|
||||
|
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
anyhow = "1.0.56"
|
||||
async-trait = "0.1.52"
|
||||
tokio = { version = "1.17.0", features = ["macros"] }
|
||||
tracing = "0.1.31"
|
||||
tracing = "0.1.32"
|
||||
aws-sdk-sesv2 = "0.8.0"
|
||||
aws-config = "0.8.0"
|
||||
|
||||
|
@ -13,7 +13,7 @@ dev = ["mas-static-files/dev", "mas-templates/dev"]
|
||||
tokio = { version = "1.17.0", features = ["macros"] }
|
||||
|
||||
# Logging and tracing
|
||||
tracing = "0.1.31"
|
||||
tracing = "0.1.32"
|
||||
|
||||
# Error management
|
||||
thiserror = "1.0.30"
|
||||
|
@ -22,5 +22,5 @@ thiserror = "1.0.30"
|
||||
tokio = { version = "1.17.0", features = ["sync", "parking_lot"] }
|
||||
tower = { version = "0.4.12", features = ["timeout", "limit"] }
|
||||
tower-http = { version = "0.2.4", features = ["follow-redirect", "decompression-full", "set-header", "compression-full"] }
|
||||
tracing = "0.1.31"
|
||||
tracing = "0.1.32"
|
||||
tracing-opentelemetry = "0.17.2"
|
||||
|
@ -14,5 +14,5 @@ futures-util = "0.3.21"
|
||||
reqwest = { version = "0.11.9", features = ["blocking", "rustls-tls"], default-features = false }
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
tokio = { version = "1.17.0", features = ["full"] }
|
||||
tracing = "0.1.31"
|
||||
tracing = "0.1.32"
|
||||
tracing-subscriber = "0.3.9"
|
||||
|
@ -13,7 +13,7 @@ serde = { version = "1.0.136", features = ["derive"] }
|
||||
serde_json = "1.0.79"
|
||||
thiserror = "1.0.30"
|
||||
anyhow = "1.0.56"
|
||||
tracing = "0.1.31"
|
||||
tracing = "0.1.32"
|
||||
warp = "0.3.2"
|
||||
|
||||
# Password hashing
|
||||
|
@ -10,7 +10,7 @@ tokio = "1.17.0"
|
||||
async-trait = "0.1.52"
|
||||
tokio-stream = "0.1.8"
|
||||
futures-util = "0.3.21"
|
||||
tracing = "0.1.31"
|
||||
tracing = "0.1.32"
|
||||
sqlx = { version = "0.5.11", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
|
||||
mas-storage = { path = "../storage" }
|
||||
|
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
dev = []
|
||||
|
||||
[dependencies]
|
||||
tracing = "0.1.31"
|
||||
tracing = "0.1.32"
|
||||
tokio = { version = "1.17.0", features = ["macros"] }
|
||||
|
||||
anyhow = "1.0.56"
|
||||
|
@ -21,7 +21,7 @@ serde_json = "1.0.79"
|
||||
serde_urlencoded = "0.7.1"
|
||||
data-encoding = "2.3.2"
|
||||
once_cell = "1.10.0"
|
||||
tracing = "0.1.31"
|
||||
tracing = "0.1.32"
|
||||
opentelemetry = "0.17.0"
|
||||
rand = "0.8.5"
|
||||
mime = "0.3.16"
|
||||
|
Reference in New Issue
Block a user