This commit is contained in:
2023-08-29 21:34:01 +02:00
parent cad243123a
commit c88bc77c5b
5 changed files with 27 additions and 19 deletions

16
rust/Cargo.lock generated
View File

@@ -1321,7 +1321,7 @@ dependencies = [
"tower",
"tower-http",
"tracing",
"tracing-attributes 0.2.0",
"tracing-attributes",
"tracing-log",
"tracing-opentelemetry",
"tracing-subscriber",
@@ -2395,25 +2395,13 @@ dependencies = [
"cfg-if",
"log",
"pin-project-lite",
"tracing-attributes 0.1.26",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.29",
]
[[package]]
name = "tracing-attributes"
version = "0.2.0"
source = "git+https://github.com/miwig/tracing?branch=master#29146260fb4615d271d2e899ad95a753bb42915e"
dependencies = [
"proc-macro2",
"quote",