Skip to content

Commit

Permalink
feat(otel_metrics): Taplo linters
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Nov 25, 2024
1 parent db48d4c commit f495313
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions pragma-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ keywords = ["pragma", "sdk", "consumer", "data", "feeds"]
[dependencies]
bigdecimal = { workspace = true, features = ["serde"] }
chrono = { workspace = true }
color-eyre = { workspace = true }
init-tracing-opentelemetry = { workspace = true }
opentelemetry = { workspace = true }
opentelemetry-appender-tracing = { workspace = true }
opentelemetry-otlp = { workspace = true }
opentelemetry-semantic-conventions = { workspace = true }
opentelemetry_sdk = { workspace = true }
serde = { workspace = true, features = ["derive"] }
starknet = { workspace = true }
strum = { workspace = true, features = ["derive"] }
thiserror = { workspace = true }
tracing = { workspace = true }
tracing-opentelemetry = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
utoipa = { workspace = true }
opentelemetry-otlp = { workspace = true }
opentelemetry_sdk = { workspace = true }
color-eyre = { workspace = true }
tracing-opentelemetry = { workspace = true }
opentelemetry-appender-tracing = { workspace = true}
opentelemetry = { workspace = true }
init-tracing-opentelemetry = { workspace = true }
opentelemetry-semantic-conventions = { workspace = true }

[dev-dependencies]
rstest = { workspace = true }
8 changes: 4 additions & 4 deletions pragma-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ aws-config = { workspace = true, features = ["behavior-version-latest"] }
aws-sdk-secretsmanager = { workspace = true }
axum = { workspace = true, features = ["macros", "ws", "tokio"] }
axum-macros = { workspace = true }
axum-tracing-opentelemetry = { workspace = true }
bigdecimal = { workspace = true, features = ["serde"] }
cainome = { workspace = true, features = ["abigen-rs"] }
chrono = { workspace = true, features = ["serde"] }
Expand All @@ -28,6 +29,8 @@ lazy_static = { workspace = true }
moka = { workspace = true, features = ["future"] }
nonzero_ext = { workspace = true }
opentelemetry = { workspace = true }
pragma-common = { path = "../pragma-common" }
pragma-entities = { path = "../pragma-entities" }
pragma-monitoring = { workspace = true }
rdkafka = { workspace = true }
redis = { workspace = true, features = ["tokio-comp", "json"] }
Expand All @@ -42,11 +45,8 @@ tower-http = { workspace = true, features = ["fs", "trace", "cors"] }
tracing = { workspace = true }
utoipa = { workspace = true }
utoipa-swagger-ui = { workspace = true, features = ["axum"] }
uuid = { workspace = true, features = ["fast-rng", "v4", "serde"] }
axum-tracing-opentelemetry = { workspace = true }
pragma-common = { path = "../pragma-common" }
pragma-entities = { path = "../pragma-entities" }
utoipauto = { workspace = true }
uuid = { workspace = true, features = ["fast-rng", "v4", "serde"] }

[dev-dependencies]
rstest = { workspace = true }

0 comments on commit f495313

Please sign in to comment.