diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-24 15:50:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 15:50:41 -0400 |
commit | efdb87c8981e1de946e7454ae612c3b58901030c (patch) | |
tree | cf8d50ed6da6169590222859b9a6018b63d210a2 | |
parent | Update URLs to matrix.org blog categories. (#16008) (diff) | |
download | synapse-efdb87c8981e1de946e7454ae612c3b58901030c.tar.xz |
Bump anyhow from 1.0.72 to 1.0.75 (#16141)
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
diff --git a/Cargo.lock b/Cargo.lock index f53e4f6205..ad88335f31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "arc-swap" |