Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2023
1 parent db05d26 commit 5fae160
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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/domain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ edition = "2021"

[dependencies]
anyhow = "1.0.71"
async-trait = "0.1.69"
async-trait = "0.1.70"
2 changes: 1 addition & 1 deletion server/infra/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
domain = { path = "../../domain" }

anyhow = "1.0.71"
async-trait = "0.1.69"
async-trait = "0.1.70"
log = "0.4.19"
pbjson-types = "0.5.1"
prost = "0.11.9"
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 @@ -8,6 +8,6 @@ domain = { path = "../../domain" }
config = { path = "../../config" }

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

0 comments on commit 5fae160

Please sign in to comment.