Skip to content

Commit

Permalink
Merge pull request #46 from dhenkel92/dependabot/cargo/tokio-0.2.22
Browse files Browse the repository at this point in the history
Bump tokio from 0.2.21 to 0.2.22
  • Loading branch information
dhenkel92 authored Oct 18, 2020
2 parents 4838129 + 60c6616 commit 61fd58e
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = {version = "2.33.3", features = ["yaml"]}
rusoto_core = "0.44.0"
rusoto_route53 = "0.44.0"
reqwest = { version = "0.10.8", features = ["blocking"] }
tokio = { version = "0.2.21", features = ["full"] }
tokio = { version = "0.2.22", features = ["full"] }
futures = "0.3.6"
async-trait = "0.1.41"

Expand Down

0 comments on commit 61fd58e

Please sign in to comment.