summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-07 10:37:13 +0100
committerGitHub <noreply@github.com>2024-08-07 10:37:13 +0100
commiteb62d120633195e3f6f35a25134fd65806609d79 (patch)
tree9efbce358cfb1c800cc68d18394e3f47085c3fd8
parentFixup sliding sync comment (#17531) (diff)
downloadsynapse-eb62d120633195e3f6f35a25134fd65806609d79.tar.xz
Bump regex from 1.10.5 to 1.10.6 (#17527)
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d50ce87d17..fb2c074347 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -444,9 +444,9 @@ dependencies = [
 
 [[package]]
 name = "regex"
-version = "1.10.5"
+version = "1.10.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
+checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
 dependencies = [
  "aho-corasick",
  "memchr",