diff options
author | dependabot[bot] | 2022-09-05 23:48:58 +0000 |
---|---|---|
committer | GitHub | 2022-09-05 23:48:58 +0000 |
commit | 8667a4d2bef393add4b5fa6da1697f7c9fa38a43 (patch) | |
tree | c98410b9abb4657d31782e333f9b00e0f722f73a | |
parent | c34929b1346f2a8e26b9faa1a91e75fd067b0d7a (diff) |
build(deps): bump anyhow from 1.0.63 to 1.0.64 (#3718)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,9 +22,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26fa4d7e3f2eebadf743988fc8aec9fa9a9e82611acafd77c1462ed6262440a" +checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" [[package]] name = "arc-swap" |