summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-30 11:55:17 +0000
committerGitHub <noreply@github.com>2024-10-30 11:55:17 +0000
commit330f170c0e2dad8da3cd397c40bad97f0d856a17 (patch)
treea234a3dce61b5aec33dbca2688879dfffa945f61
parentBump anyhow from 1.0.90 to 1.0.91 (#17876) (diff)
downloadsynapse-330f170c0e2dad8da3cd397c40bad97f0d856a17.tar.xz
Bump bytes from 1.7.2 to 1.8.0 (#17877)
Diffstat (limited to '')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock

index 499cf0c960..e2f22ba812 100644 --- a/Cargo.lock +++ b/Cargo.lock
@@ -67,9 +67,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bytes" -version = "1.7.2" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" +checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" [[package]] name = "cfg-if"