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
build(deps): bump tracing-subscriber from 0.3.16 to 0.3.17
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.16 to 0.3.17. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.16...tracing-subscriber-0.3.17) --- updated-dependencies: - dependency-name: tracing-subscriber 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
5cd93a5f93
commit
1f35c063b2
@ -30,7 +30,7 @@ watchman_client = "0.8.0"
|
||||
|
||||
tracing = "0.1.37"
|
||||
tracing-appender = "0.2.2"
|
||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||
tracing-opentelemetry = "0.19.0"
|
||||
opentelemetry = { version = "0.19.0", features = ["trace", "metrics", "rt-tokio"] }
|
||||
opentelemetry-semantic-conventions = "0.11.0"
|
||||
|
@ -75,7 +75,7 @@ oauth2-types = { path = "../oauth2-types" }
|
||||
[dev-dependencies]
|
||||
indoc = "2.0.1"
|
||||
insta = "1.29.0"
|
||||
tracing-subscriber = "0.3.16"
|
||||
tracing-subscriber = "0.3.17"
|
||||
|
||||
[features]
|
||||
default = ["webpki-roots"]
|
||||
|
@ -16,4 +16,4 @@ hyper = { version = "0.14.16", features = ["tcp", "client", "http1"] }
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.16"
|
||||
tracing-subscriber = "0.3.17"
|
||||
|
@ -24,7 +24,7 @@ anyhow = "1.0.70"
|
||||
rustls-pemfile = "1.0.2"
|
||||
tokio = { version = "1.27.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
|
||||
tokio-test = "0.4.2"
|
||||
tracing-subscriber = "0.3.16"
|
||||
tracing-subscriber = "0.3.17"
|
||||
|
||||
[[example]]
|
||||
name = "demo"
|
||||
|
Reference in New Issue
Block a user