diff options
author | dependabot[bot] | 2023-07-18 01:49:03 +0000 |
---|---|---|
committer | GitHub | 2023-07-18 01:49:03 +0000 |
commit | 1478a0d3a6285906b217dfaf09229b629765291c (patch) | |
tree | 2962534590bf9687d7e1ca2a169d854c145adda4 | |
parent | 6d4fd77315f63992ab6080d9c3febe90bc25d1d2 (diff) |
build(deps): bump anyhow from 1.0.71 to 1.0.72 (#7662)
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
@@ -81,9 +81,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" [[package]] name = "arc-swap" |