1
0
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.34 to 0.1.35

Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.34 to 0.1.35.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.34...tracing-0.1.35)

---
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:
dependabot[bot]
2022-06-08 19:33:11 +00:00
committed by Quentin Gliech
parent b1a17194b7
commit 3f9863e7d3
14 changed files with 18 additions and 18 deletions

View File

@ -26,7 +26,7 @@ sqlx = "0.5.13"
thiserror = "1.0.31"
tokio = "1.19.2"
tower = { version = "0.4.12", features = ["util"] }
tracing = "0.1.34"
tracing = "0.1.35"
url = "2.2.2"
# TODO: remove the config dependency by moving out the encrypter

View File

@ -22,7 +22,7 @@ reqwest = { version = "0.11.10", features = ["rustls-tls"], default-features = f
watchman_client = "0.7.2"
atty = "0.2.14"
tracing = "0.1.34"
tracing = "0.1.35"
tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
tracing-opentelemetry = "0.17.3"

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
tokio = { version = "1.19.2", features = [] }
tracing = { version = "0.1.34", features = ["log"] }
tracing = { version = "0.1.35", features = ["log"] }
async-trait = "0.1.56"
thiserror = "1.0.31"

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
anyhow = "1.0.57"
async-trait = "0.1.56"
tokio = { version = "1.19.2", features = ["macros"] }
tracing = "0.1.34"
tracing = "0.1.35"
aws-sdk-sesv2 = "0.12.0"
aws-config = "0.12.0"
aws-types = "0.12.0"

View File

@ -10,7 +10,7 @@ license = "Apache-2.0"
tokio = { version = "1.19.2", features = ["macros"] }
# Logging and tracing
tracing = "0.1.34"
tracing = "0.1.35"
# Error management
thiserror = "1.0.31"

View File

@ -25,5 +25,5 @@ thiserror = "1.0.31"
tokio = { version = "1.19.2", features = ["sync", "parking_lot"] }
tower = { version = "0.4.12", features = ["timeout", "limit"] }
tower-http = { version = "0.3.4", features = ["follow-redirect", "decompression-full", "set-header", "compression-full", "cors"] }
tracing = "0.1.34"
tracing = "0.1.35"
tracing-opentelemetry = "0.17.3"

View File

@ -14,5 +14,5 @@ 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.19.2", features = ["full"] }
tracing = "0.1.34"
tracing = "0.1.35"
tracing-subscriber = "0.3.11"

View File

@ -32,7 +32,7 @@ signature = "1.5.0"
thiserror = "1.0.31"
tokio = { version = "1.19.2", features = ["macros", "rt", "sync"] }
tower = { version = "0.4.12", features = ["util"] }
tracing = "0.1.34"
tracing = "0.1.35"
url = { version = "2.2.2", features = ["serde"] }
mas-iana = { path = "../iana" }

View File

@ -12,7 +12,7 @@ serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
thiserror = "1.0.31"
tokio = { version = "1.19.2", features = ["io-util", "rt"] }
tracing = "0.1.34"
tracing = "0.1.35"
wasmtime = "0.37.0"
mas-data-model = { path = "../data-model" }

View File

@ -17,4 +17,4 @@ mime_guess = "2.0.4"
rust-embed = "6.4.0"
tower = "0.4.12"
tower-http = { version = "0.3.4", features = ["fs"] }
tracing = "0.1.34"
tracing = "0.1.35"

View File

@ -13,7 +13,7 @@ serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
thiserror = "1.0.31"
anyhow = "1.0.57"
tracing = "0.1.34"
tracing = "0.1.35"
# Password hashing
argon2 = { version = "0.4.0", features = ["password-hash"] }

View File

@ -10,7 +10,7 @@ tokio = "1.19.2"
async-trait = "0.1.56"
tokio-stream = "0.1.9"
futures-util = "0.3.21"
tracing = "0.1.34"
tracing = "0.1.35"
sqlx = { version = "0.5.13", features = ["runtime-tokio-rustls", "postgres"] }
mas-storage = { path = "../storage" }

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
dev = []
[dependencies]
tracing = "0.1.34"
tracing = "0.1.35"
tokio = { version = "1.19.2", features = ["macros"] }
anyhow = "1.0.57"