diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-21 10:56:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-21 10:56:07 +0100 |
commit | d43042864ac1efb86dfa65526fc310c762b72819 (patch) | |
tree | dde87bbfa6842ad55a50261c6bfc851b62013c4b /Cargo.lock | |
parent | Add a short sleep if the request is rate-limited (#17210) (diff) | |
download | synapse-d43042864ac1efb86dfa65526fc310c762b72819.tar.xz |
Bump anyhow from 1.0.83 to 1.0.86 (#17220)
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 d6f9000138..76b81e9c6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.83" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "arc-swap" |