diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-11 10:50:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-11 10:50:13 +0100 |
commit | 863578bfcf0136ccf527d13533198fc707e5b604 (patch) | |
tree | f31968e38613e694c9d96799f43713b58675aa12 | |
parent | Bump dawidd6/action-download-artifact from 3.1.4 to 5 (#17289) (diff) | |
download | synapse-863578bfcf0136ccf527d13533198fc707e5b604.tar.xz |
Bump regex from 1.10.4 to 1.10.5 (#17290)
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index e3e63fc205..7472e16291 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,9 +444,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.4" +version = "1.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" +checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" dependencies = [ "aho-corasick", "memchr", |