summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-20 07:37:46 -0400
committerGitHub <noreply@github.com>2023-03-20 07:37:46 -0400
commit099b69fb1c538387a003076b118a4813e8b776f2 (patch)
tree771a902b35b606f0d365311e919a266301a68c78 /Cargo.lock
parentBump pydantic from 1.10.4 to 1.10.6 (#15286) (diff)
downloadsynapse-099b69fb1c538387a003076b118a4813e8b776f2.tar.xz
Bump anyhow from 1.0.69 to 1.0.70 (#15288)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
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"