diff --git a/server/infra/db_repository_impl/Cargo.toml b/server/infra/db_repository_impl/Cargo.toml index e3aaae4..87c0092 100644 --- a/server/infra/db_repository_impl/Cargo.toml +++ b/server/infra/db_repository_impl/Cargo.toml @@ -12,7 +12,7 @@ domain = { path = "../../domain" } diesel-async = { version = "0.3.2", features = ["mysql", "deadpool"] } futures-util = "0.3.28" ordered-float = "3.9.2" -tracing = "0.1.37" +tracing = "0.1.39" serde = "1.0.189" envy = "0.4.2" thiserror = "1.0.49" diff --git a/server/infra/upstream_repository_impl/Cargo.toml b/server/infra/upstream_repository_impl/Cargo.toml index db731e4..3fb7b57 100644 --- a/server/infra/upstream_repository_impl/Cargo.toml +++ b/server/infra/upstream_repository_impl/Cargo.toml @@ -11,7 +11,7 @@ pbjson-types = "0.5.1" envy = "0.4.2" serde = "1.0.189" anyhow = "1.0.75" -tracing = "0.1.37" +tracing = "0.1.39" async-trait = "0.1.74" chrono = "0.4.31" diff --git a/server/ingestor/Cargo.toml b/server/ingestor/Cargo.toml index c8bd36e..c9b15b2 100644 --- a/server/ingestor/Cargo.toml +++ b/server/ingestor/Cargo.toml @@ -13,7 +13,7 @@ tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "signal"] tracing-subscriber = { version = "0.3.17", features = ["std", "registry", "env-filter"] } sentry = { version = "0.31.7", features = ["profiling", "tracing", "debug-logs"] } -tracing = "0.1.37" +tracing = "0.1.39" serde = "1.0.189" envy = "0.4.2" once_cell = "1.18.0"