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

Commit

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

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Apr 14, 2021
1 parent d7bc802 commit 0485d24
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.69", features = ["full", "extra-traits"] }
proc-macro2 = "1.0.24"
darling = "0.12.3"
async-trait = "0.1.48"
async-trait = "0.1.49"
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.48"
async-trait = "0.1.49"
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 0485d24

Please sign in to comment.