diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-07 10:37:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-07 10:37:13 +0100 |
commit | eb62d120633195e3f6f35a25134fd65806609d79 (patch) | |
tree | 9efbce358cfb1c800cc68d18394e3f47085c3fd8 | |
parent | Fixup sliding sync comment (#17531) (diff) | |
download | synapse-eb62d120633195e3f6f35a25134fd65806609d79.tar.xz |
Bump regex from 1.10.5 to 1.10.6 (#17527)
-rw-r--r-- | Cargo.lock | 4 |
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", |