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.30 to 0.1.31

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

---
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-02-20 15:49:28 +00:00
committed by Quentin Gliech
parent cb9177cdbe
commit e48c74a74a
11 changed files with 12 additions and 12 deletions

4
Cargo.lock generated
View File

@ -4147,9 +4147,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
version = "0.1.30"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9"
checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f"
dependencies = [
"cfg-if",
"log",

View File

@ -23,7 +23,7 @@ reqwest = { version = "0.11.9", features = ["rustls-tls"], default-features = fa
watchman_client = "0.7.1"
atty = "0.2.14"
tracing = "0.1.30"
tracing = "0.1.31"
tracing-appender = "0.2.0"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
tracing-opentelemetry = "0.17.1"

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
tokio = { version = "1.17.0", features = [] }
tracing = { version = "0.1.30", features = ["log"] }
tracing = { version = "0.1.31", features = ["log"] }
async-trait = "0.1.52"
thiserror = "1.0.30"

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
anyhow = "1.0.53"
async-trait = "0.1.52"
tokio = { version = "1.17.0", features = ["macros"] }
tracing = "0.1.30"
tracing = "0.1.31"
aws-sdk-sesv2 = "0.6.0"
aws-config = "0.6.0"

View File

@ -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.30"
tracing = "0.1.31"
# Error management
thiserror = "1.0.30"

View File

@ -21,5 +21,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.3", features = ["follow-redirect", "decompression-full", "set-header", "trace", "compression-full"] }
tracing = "0.1.30"
tracing = "0.1.31"
tracing-opentelemetry = "0.17.1"

View File

@ -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.30"
tracing = "0.1.31"
tracing-subscriber = "0.3.9"

View File

@ -12,7 +12,7 @@ chrono = { version = "0.4.19", features = ["serde"] }
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0.30"
anyhow = "1.0.53"
tracing = "0.1.30"
tracing = "0.1.31"
warp = "0.3.2"
# Password hashing

View File

@ -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.30"
tracing = "0.1.31"
sqlx = { version = "0.5.10", features = ["runtime-tokio-rustls", "postgres"] }
mas-storage = { path = "../storage" }

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
dev = []
[dependencies]
tracing = "0.1.30"
tracing = "0.1.31"
tokio = { version = "1.17.0", features = ["macros"] }
anyhow = "1.0.53"

View File

@ -21,7 +21,7 @@ serde_json = "1.0.79"
serde_urlencoded = "0.7.1"
data-encoding = "2.3.2"
once_cell = "1.9.0"
tracing = "0.1.30"
tracing = "0.1.31"
opentelemetry = "0.17.0"
rand = "0.8.5"
mime = "0.3.16"