Skip to content

Commit

Permalink
Merge pull request #1867 from shadow/dependabot/cargo/src/main/main/a…
Browse files Browse the repository at this point in the history
…nyhow-1.0.53

Bump anyhow from 1.0.52 to 1.0.53 in /src/main
  • Loading branch information
stevenengler committed Jan 25, 2022
2 parents bfa65d5 + 8140d7d commit 25782c1
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 25782c1

Please sign in to comment.