diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-19 17:45:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 17:45:41 +0000 |
commit | 77317cecc77cde35d9a98bc4fd3b6044964b74fc (patch) | |
tree | 3a68d94820f4139f138a4a1d3c1f59818a5048d5 /Cargo.lock | |
parent | Bump jinja2 from 3.1.2 to 3.1.3 (#17005) (diff) | |
download | synapse-77317cecc77cde35d9a98bc4fd3b6044964b74fc.tar.xz |
Bump anyhow from 1.0.80 to 1.0.81 (#17009)
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index d2ddf5ab6b..b2af044054 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.80" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" +checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "arc-swap" |