diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-20 07:37:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-20 07:37:46 -0400 |
commit | 099b69fb1c538387a003076b118a4813e8b776f2 (patch) | |
tree | 771a902b35b606f0d365311e919a266301a68c78 /Cargo.lock | |
parent | Bump pydantic from 1.10.4 to 1.10.6 (#15286) (diff) | |
download | synapse-099b69fb1c538387a003076b118a4813e8b776f2.tar.xz |
Bump anyhow from 1.0.69 to 1.0.70 (#15288)
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 025d22b9d4..ef6735bfc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.69" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" +checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" [[package]] name = "arc-swap" |