Bump regex from 1.7.1 to 1.7.3 (#883)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-27 12:22:11 +02:00
committed by GitHub
parent 3f67b2c307
commit 6b08b6869d
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
frame-metadata = "15.0.0"
futures = "0.3.27"
hex = "0.4.3"
regex = "1.5.0"
regex = "1.7.3"
scale-info = { version = "2.4.0", features = ["bit-vec"] }
sp-core = { version = "18.0.0", default-features = false }
sp-runtime = "20.0.0"