Skip to content

Commit

Permalink
chore(deps): bump anyhow from 1.0.35 to 1.0.36
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.35 to 1.0.36.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.35...1.0.36)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2020
1 parent 88e3a2b commit 8b366dd
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ version = "0.9.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
anyhow = "1.0.35"
anyhow = "1.0.36"
itertools = "0.9.0"
prettytable-rs = "0.8.0"
regex = "1.4.2"

[dependencies]
anyhow = "1.0.35"
anyhow = "1.0.36"
async-trait = "0.1.42"
bytes = "0.6.0"
clap = "3.0.0-beta.2"
Expand Down

0 comments on commit 8b366dd

Please sign in to comment.