Skip to content

Commit

Permalink
Merge pull request #170 from friendbear/dependabot/cargo/develop/asyn…
Browse files Browse the repository at this point in the history
…c-trait-0.1.82

[Cargo]: Bump async-trait from 0.1.81 to 0.1.82
  • Loading branch information
friendbear authored Sep 14, 2024
2 parents aa9ddf4 + ac6574d commit 9669fa5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 practice_collection/mongodatabase/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.86"
async-trait = "0.1.81"
async-trait = "0.1.82"
bson = "2.7.0"
futures-util = "0.3.30"
lombok = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion practice_collection/or_mapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.86"
async-trait = "0.1.81"
async-trait = "0.1.82"
chrono = "0.4.38"
dotenv = "0.15.0"
env_logger = "0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion practice_collection/postgresql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ r2d2_postgres = "0.18.1"
tokio ={ version = "1.24.1", features = ["full"] }
tokio-postgres = "0.7.1"
proc-macro2 = "1.0.86"
async-trait = "0.1.81"
async-trait = "0.1.82"
yaml-rust = "0.4.5"

0 comments on commit 9669fa5

Please sign in to comment.