Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent db020ea commit e559ebd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 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.82"
async-trait = "0.1.74"
async-trait = "0.1.80"
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.82"
async-trait = "0.1.74"
async-trait = "0.1.80"
log = "0.4.20"
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.82"
async-trait = "0.1.74"
async-trait = "0.1.80"
chrono = "0.4.31"
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "mysql", "chrono"] }

0 comments on commit e559ebd

Please sign in to comment.