diff options
author | dependabot[bot] | 2022-10-24 23:14:05 +0000 |
---|---|---|
committer | GitHub | 2022-10-24 23:14:05 +0000 |
commit | 45da569a4c2db545ffae041eab9fbc66bde44ed3 (patch) | |
tree | 38bd1f97f2cfc0b8ef6242d2c0d958b105d3b77d | |
parent | d8ffa02255b99f94475cfaa7f456c6ae991dda25 (diff) |
build(deps): bump anyhow from 1.0.65 to 1.0.66 (#4459)
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
@@ -33,9 +33,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.65" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" +checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "arc-swap" |