Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.72
Browse files Browse the repository at this point in the history
renovate[bot] committed Jul 15, 2023
1 parent b91936b commit ed87d5b
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
@@ -9,7 +9,7 @@ config = { path = "../config" }
infra_grpc = { path = "../infra/grpc" }
infra_repository_impl = { path = "../infra/repository_impl" }

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

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

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

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

anyhow = "1.0.71"
anyhow = "1.0.72"
async-trait = "0.1.71"
log = "0.4.19"
pbjson-types = "0.5.1"
2 changes: 1 addition & 1 deletion server/infra/repository_impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ edition = "2021"
domain = { path = "../../domain" }
config = { path = "../../config" }

anyhow = "1.0.71"
anyhow = "1.0.72"
async-trait = "0.1.71"
chrono = "0.4.26"
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "mysql", "chrono"] }

0 comments on commit ed87d5b

Please sign in to comment.