Bump regex from 1.4.3 to 1.5.4 (#9969)

Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.5.4.
- [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.4.3...1.5.4)

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

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]
2021-10-08 09:40:16 +00:00
committed by GitHub
parent 5edb6fc224
commit 3fcc4d7e17
4 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ base58 = { version = "0.1.0", optional = true }
rand = { version = "0.7.3", optional = true, features = ["small_rng"] }
substrate-bip39 = { version = "0.4.2", optional = true }
tiny-bip39 = { version = "0.8.2", optional = true }
regex = { version = "1.4.2", optional = true }
regex = { version = "1.5.4", optional = true }
num-traits = { version = "0.2.8", default-features = false }
zeroize = { version = "1.4.2", default-features = false }
secrecy = { version = "0.8.0", default-features = false }