Bump crates_io_api from 0.6.1 to 0.7.0

Bumps [crates_io_api](https://github.com/theduke/crates_io_api) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/theduke/crates_io_api/releases)
- [Changelog](https://github.com/theduke/crates_io_api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/theduke/crates_io_api/compare/v0.6.1...v0.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-30 08:05:40 +00:00 committed by GitHub
parent 94ad0db41d
commit ff79c8d913
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 221 additions and 35 deletions

View file

@ -15,7 +15,7 @@ bin-dir = "{ bin }{ format }"
[dependencies]
crates_io_api = "0.6.1"
crates_io_api = "0.7.0"
cargo_metadata = "0.12.2"
tinytemplate = "1.2.0"
tokio = { version = "0.2.24", features = [ "macros" ] }