summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-21 10:40:34 +0000
committerGitHub <noreply@github.com>2024-02-21 10:40:34 +0000
commit4ad70f115b670a8ef964afb3ab9fbb30ecafc3c2 (patch)
tree7de42f261b1fee3eca9ac82e869935e11b0fd2fa /Cargo.lock
parentBump pyopenssl from 23.3.0 to 24.0.0 (#16937) (diff)
downloadsynapse-4ad70f115b670a8ef964afb3ab9fbb30ecafc3c2.tar.xz
Bump anyhow from 1.0.79 to 1.0.80 (#16935)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 b1568dc7d8..d41a498fc7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -13,9 +13,9 @@ dependencies = [
 
 [[package]]
 name = "anyhow"
-version = "1.0.79"
+version = "1.0.80"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
+checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
 
 [[package]]
 name = "arc-swap"