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
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -4155,9 +4155,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing"
|
name = "tracing"
|
||||||
version = "0.1.31"
|
version = "0.1.32"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f"
|
checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"log",
|
"log",
|
||||||
@ -4179,9 +4179,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing-attributes"
|
name = "tracing-attributes"
|
||||||
version = "0.1.19"
|
version = "0.1.20"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716"
|
checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -25,7 +25,7 @@ atty = "0.2.14"
|
|||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
data-encoding = "2.3.2"
|
data-encoding = "2.3.2"
|
||||||
|
|
||||||
tracing = "0.1.31"
|
tracing = "0.1.32"
|
||||||
tracing-appender = "0.2.1"
|
tracing-appender = "0.2.1"
|
||||||
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
|
||||||
tracing-opentelemetry = "0.17.2"
|
tracing-opentelemetry = "0.17.2"
|
||||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.17.0", features = [] }
|
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"
|
async-trait = "0.1.52"
|
||||||
|
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
|
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
|||||||
anyhow = "1.0.56"
|
anyhow = "1.0.56"
|
||||||
async-trait = "0.1.52"
|
async-trait = "0.1.52"
|
||||||
tokio = { version = "1.17.0", features = ["macros"] }
|
tokio = { version = "1.17.0", features = ["macros"] }
|
||||||
tracing = "0.1.31"
|
tracing = "0.1.32"
|
||||||
aws-sdk-sesv2 = "0.8.0"
|
aws-sdk-sesv2 = "0.8.0"
|
||||||
aws-config = "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"] }
|
tokio = { version = "1.17.0", features = ["macros"] }
|
||||||
|
|
||||||
# Logging and tracing
|
# Logging and tracing
|
||||||
tracing = "0.1.31"
|
tracing = "0.1.32"
|
||||||
|
|
||||||
# Error management
|
# Error management
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
|
@ -22,5 +22,5 @@ thiserror = "1.0.30"
|
|||||||
tokio = { version = "1.17.0", features = ["sync", "parking_lot"] }
|
tokio = { version = "1.17.0", features = ["sync", "parking_lot"] }
|
||||||
tower = { version = "0.4.12", features = ["timeout", "limit"] }
|
tower = { version = "0.4.12", features = ["timeout", "limit"] }
|
||||||
tower-http = { version = "0.2.4", features = ["follow-redirect", "decompression-full", "set-header", "compression-full"] }
|
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"
|
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 }
|
reqwest = { version = "0.11.9", features = ["blocking", "rustls-tls"], default-features = false }
|
||||||
serde = { version = "1.0.136", features = ["derive"] }
|
serde = { version = "1.0.136", features = ["derive"] }
|
||||||
tokio = { version = "1.17.0", features = ["full"] }
|
tokio = { version = "1.17.0", features = ["full"] }
|
||||||
tracing = "0.1.31"
|
tracing = "0.1.32"
|
||||||
tracing-subscriber = "0.3.9"
|
tracing-subscriber = "0.3.9"
|
||||||
|
@ -13,7 +13,7 @@ serde = { version = "1.0.136", features = ["derive"] }
|
|||||||
serde_json = "1.0.79"
|
serde_json = "1.0.79"
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
anyhow = "1.0.56"
|
anyhow = "1.0.56"
|
||||||
tracing = "0.1.31"
|
tracing = "0.1.32"
|
||||||
warp = "0.3.2"
|
warp = "0.3.2"
|
||||||
|
|
||||||
# Password hashing
|
# Password hashing
|
||||||
|
@ -10,7 +10,7 @@ tokio = "1.17.0"
|
|||||||
async-trait = "0.1.52"
|
async-trait = "0.1.52"
|
||||||
tokio-stream = "0.1.8"
|
tokio-stream = "0.1.8"
|
||||||
futures-util = "0.3.21"
|
futures-util = "0.3.21"
|
||||||
tracing = "0.1.31"
|
tracing = "0.1.32"
|
||||||
sqlx = { version = "0.5.11", features = ["runtime-tokio-rustls", "postgres"] }
|
sqlx = { version = "0.5.11", features = ["runtime-tokio-rustls", "postgres"] }
|
||||||
|
|
||||||
mas-storage = { path = "../storage" }
|
mas-storage = { path = "../storage" }
|
||||||
|
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
|||||||
dev = []
|
dev = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tracing = "0.1.31"
|
tracing = "0.1.32"
|
||||||
tokio = { version = "1.17.0", features = ["macros"] }
|
tokio = { version = "1.17.0", features = ["macros"] }
|
||||||
|
|
||||||
anyhow = "1.0.56"
|
anyhow = "1.0.56"
|
||||||
|
@ -21,7 +21,7 @@ serde_json = "1.0.79"
|
|||||||
serde_urlencoded = "0.7.1"
|
serde_urlencoded = "0.7.1"
|
||||||
data-encoding = "2.3.2"
|
data-encoding = "2.3.2"
|
||||||
once_cell = "1.10.0"
|
once_cell = "1.10.0"
|
||||||
tracing = "0.1.31"
|
tracing = "0.1.32"
|
||||||
opentelemetry = "0.17.0"
|
opentelemetry = "0.17.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
mime = "0.3.16"
|
mime = "0.3.16"
|
||||||
|
Reference in New Issue
Block a user