Skip to content

Commit

Permalink
Bump anyhow from 1.0.52 to 1.0.53 in /src/main
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.52 to 1.0.53.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.52...1.0.53)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 24, 2022
1 parent 31f0a81 commit cca148d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/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 src/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "lib.rs"
crate-type = ["staticlib"]

[dependencies]
anyhow = { version = "1.0.52", features = ["backtrace"] }
anyhow = { version = "1.0.53", features = ["backtrace"] }
atomic_refcell = "0.1"
bitflags = "1.3"
# custom version of the bytes crate required to make the 'try_unsplit' method public
Expand Down

0 comments on commit cca148d

Please sign in to comment.