Skip to content

Commit

Permalink
fix(dependencies): update rust crate async-trait to v0.1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 1, 2021
1 parent 290dd4b commit d53ed76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ default = [
[dependencies]
Inflector = "0.11.4"
ansi_term = "=0.12.1"
async-trait = "=0.1.50"
async-trait = "=0.1.51"
base64 = "=0.13.0"
bollard = { version = "=0.11.0", optional = true }
chromiumoxide = { version = "=0.3.1", optional = true, features = ["tokio-runtime"] }
Expand Down

0 comments on commit d53ed76

Please sign in to comment.