diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-17 13:20:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 13:20:34 +0100 |
commit | c692283751799758afcd036bb386f843ce002979 (patch) | |
tree | 548bfd50b7505e8d4baec50727ef986ed413aea2 /Cargo.lock | |
parent | Bump pyo3-log from 0.8.2 to 0.8.3 (#15951) (diff) | |
download | synapse-c692283751799758afcd036bb386f843ce002979.tar.xz |
Bump anyhow from 1.0.71 to 1.0.72 (#15949)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index ee2409e785..2264e67245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,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" |