summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-30 11:54:38 +0000
committerGitHub <noreply@github.com>2024-10-30 11:54:38 +0000
commit9cd3545bcab2f75e933e3a19e7266dfd97987a31 (patch)
tree9d4227f5cae8794aeb81d3a82d34c2202932ac17
parentSpeed up sliding sync by computing extensions in parallel (#17884) (diff)
downloadsynapse-9cd3545bcab2f75e933e3a19e7266dfd97987a31.tar.xz
Bump regex from 1.11.0 to 1.11.1 (#17874)
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock

index 4b6775ceca..9d4a85b3d5 100644 --- a/Cargo.lock +++ b/Cargo.lock
@@ -444,9 +444,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" +checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" dependencies = [ "aho-corasick", "memchr",