Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.82
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent a1fec08 commit c96ced7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/domain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.82"
async-trait = "0.1.74"
bytes = "1.5.0"
chrono = "0.4.31"
Expand Down
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 @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.82"
async-trait = "0.1.74"
chrono = "0.4.31"
diesel = { version = "2.1.3", features = ["chrono"] }
Expand Down
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 @@ -10,7 +10,7 @@ tonic = { version = "0.9.2", features = ["gzip"] }
pbjson-types = "0.5.1"
envy = "0.4.2"
serde = "1.0.189"
anyhow = "1.0.75"
anyhow = "1.0.82"
tracing = "0.1.39"
async-trait = "0.1.74"
chrono = "0.4.31"
Expand Down
2 changes: 1 addition & 1 deletion server/ingestor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ infra-db-repository-impl = { path = "../infra/db_repository_impl" }
infra-upstream-repository-impl = { path = "../infra/upstream_repository_impl" }
domain = { path = "../domain" }

anyhow = "1.0.75"
anyhow = "1.0.82"
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"] }
Expand Down

0 comments on commit c96ced7

Please sign in to comment.