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-04-08 17:56:37 +0100
committerGitHub <noreply@github.com>2024-04-08 17:56:37 +0100
commit0a6ae6fe4c26ef44f00ca0a3d7b88ca45bf84e45 (patch)
tree240f80048952ca24959d14dcf12f8c9b908eb89e /Cargo.lock
parentBump ruff from 0.3.2 to 0.3.5 (#17060) (diff)
downloadsynapse-0a6ae6fe4c26ef44f00ca0a3d7b88ca45bf84e45.tar.xz
Bump regex from 1.10.3 to 1.10.4 (#17028)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b2af044054..07acff3f89 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -306,9 +306,9 @@ dependencies = [
 
 [[package]]
 name = "regex"
-version = "1.10.3"
+version = "1.10.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
+checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
 dependencies = [
  "aho-corasick",
  "memchr",