summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-27 11:03:58 +0100
committerGitHub <noreply@github.com>2023-03-27 11:03:58 +0100
commit1ad142782aad26d2393cfe22946f2d020f9761a0 (patch)
treef09a2747539a0248b0b652a6ca9b9ed47c273b1a
parentBump serde from 1.0.157 to 1.0.158 (#15324) (diff)
downloadsynapse-1ad142782aad26d2393cfe22946f2d020f9761a0.tar.xz
Bump regex from 1.7.1 to 1.7.3 (#15325)
* Bump regex from 1.7.1 to 1.7.3

Bumps [regex](https://github.com/rust-lang/regex) from 1.7.1 to 1.7.3.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.7.1...1.7.3)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--changelog.d/15325.misc1
2 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 910c4f2250..68246b9b28 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -294,9 +294,9 @@ dependencies = [
 
 [[package]]
 name = "regex"
-version = "1.7.1"
+version = "1.7.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
+checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
 dependencies = [
  "aho-corasick",
  "memchr",
@@ -305,9 +305,9 @@ dependencies = [
 
 [[package]]
 name = "regex-syntax"
-version = "0.6.27"
+version = "0.6.29"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
+checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
 
 [[package]]
 name = "ryu"
diff --git a/changelog.d/15325.misc b/changelog.d/15325.misc
new file mode 100644
index 0000000000..51af16f7e8
--- /dev/null
+++ b/changelog.d/15325.misc
@@ -0,0 +1 @@
+Bump regex from 1.7.1 to 1.7.3.