Skip to content

Commit

Permalink
[Cargo]: Bump async-trait from 0.1.81 to 0.1.82
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.81 to 0.1.82.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.81...0.1.82)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent aa9ddf4 commit ac6574d
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 ac6574d

Please sign in to comment.