Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 17, 2023
1 parent 33c854f commit 0d41754
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ config = { path = "../config" }
infra_grpc = { path = "../infra/grpc" }
infra_repository_impl = { path = "../infra/repository_impl" }

anyhow = "1.0.74"
anyhow = "1.0.75"
tokio = { version = "1.32.0", features = ["rt-multi-thread"] }
tonic = { version = "0.9.2", features = ["gzip"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
Expand Down
2 changes: 1 addition & 1 deletion server/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.74"
anyhow = "1.0.75"
envy = "0.4.2"
serde = "1.0.173"
2 changes: 1 addition & 1 deletion server/domain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.74"
anyhow = "1.0.75"
async-trait = "0.1.73"
2 changes: 1 addition & 1 deletion server/infra/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

domain = { path = "../../domain" }

anyhow = "1.0.74"
anyhow = "1.0.75"
async-trait = "0.1.73"
log = "0.4.20"
pbjson-types = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion server/infra/repository_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
domain = { path = "../../domain" }
config = { path = "../../config" }

anyhow = "1.0.74"
anyhow = "1.0.75"
async-trait = "0.1.73"
chrono = "0.4.26"
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "mysql", "chrono"] }

0 comments on commit 0d41754

Please sign in to comment.