summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-11 10:50:13 +0100
committerGitHub <noreply@github.com>2024-06-11 10:50:13 +0100
commit863578bfcf0136ccf527d13533198fc707e5b604 (patch)
treef31968e38613e694c9d96799f43713b58675aa12 /Cargo.lock
parentBump dawidd6/action-download-artifact from 3.1.4 to 5 (#17289) (diff)
downloadsynapse-863578bfcf0136ccf527d13533198fc707e5b604.tar.xz
Bump regex from 1.10.4 to 1.10.5 (#17290)
Diffstat (limited to '')
-rw-r--r--Cargo.lock4
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",