Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.70 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 5, 2023
1 parent 2fe4032 commit 259d09b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "0.1.68"
async-trait = "0.1.70"
clap = { version = "4.3.10", features = ["derive", "env"] }
color-eyre = "0.6"
dotenv = "0.15.0"
Expand Down

0 comments on commit 259d09b

Please sign in to comment.