diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-07 10:37:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-07 10:37:54 +0100 |
commit | 30e9f6e4697df720f2868ec86e9ef6493d5a144d (patch) | |
tree | 8dd807fe69d29a4dcee995b784bc4ae97bdf74ee | |
parent | Bump regex from 1.10.5 to 1.10.6 (#17527) (diff) | |
download | synapse-30e9f6e4697df720f2868ec86e9ef6493d5a144d.tar.xz |
Bump bytes from 1.6.1 to 1.7.1 (#17526)
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index fb2c074347..ce5520436d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,9 +67,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bytes" -version = "1.6.1" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "cfg-if" |