Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #76 from oxidizer-rs/dependabot/cargo/async-trait-…
Browse files Browse the repository at this point in the history
…0.1.47

Bump async-trait from 0.1.43 to 0.1.47
  • Loading branch information
mergify[bot] committed Mar 8, 2021
2 parents 2f55a4b + 1b7fffb commit 0371b1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 oxidizer-entity-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ quote = "1.0.9"
syn = { version = "1.0.61", features = ["full", "extra-traits"] }
proc-macro2 = "1.0.24"
darling = "0.12.2"
async-trait = "0.1.43"
async-trait = "0.1.47"
Inflector = "0.11.4"
2 changes: 1 addition & 1 deletion oxidizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tls-rustls = ["rustls", "tokio-postgres-rustls"]

[dependencies]
chrono = "0.4.19"
async-trait = "0.1.43"
async-trait = "0.1.47"
tokio = { version = "0.2", features = ["full"] }
tokio-postgres = { version= "0.5.4", features = ["with-chrono-0_4"]}
mobc = "0.5"
Expand Down

0 comments on commit 0371b1d

Please sign in to comment.