Skip to content

Commit

Permalink
Bump regex from 1.5.5 to 1.5.6
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.5 to 1.5.6.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.5.5...1.5.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 23, 2022
1 parent 4e3a198 commit 45fbc0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serde_json = "1.0.81"
tempfile = "3.3.0"
url = { version = "2.2.2", features = ["serde"] }
impl-serde = "0.3.2"
regex = "1.5.5"
regex = "1.5.6"

# dependencies for extrinsics (deploying and calling a contract)
async-std = { version = "1.11.0", features = ["attributes", "tokio1"] }
Expand Down Expand Up @@ -73,14 +73,14 @@ walkdir = "2.3.2"
substrate-build-script-utils = "3.0.0"
current_platform = "0.2.0"
which = "4.2.5"
regex = "1.5.5"
regex = "1.5.6"

[dev-dependencies]
assert_cmd = "2.0.4"
assert_matches = "1.5.0"
pretty_assertions = "1.2.1"
wabt = "0.10.0"
regex = "1.5.5"
regex = "1.5.6"
predicates = "2.1.1"

ink_primitives = "3"
Expand Down

0 comments on commit 45fbc0b

Please sign in to comment.