Skip to content

Commit

Permalink
fix(deps): update rust crate tracing to 0.1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 18, 2023
1 parent 7fc0584 commit a210c17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/infra/db_repository_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion server/infra/upstream_repository_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

2 changes: 1 addition & 1 deletion server/ingestor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a210c17

Please sign in to comment.