Skip to content

Commit

Permalink
Update regex requirement to 1.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [regex](https://github.com/rust-lang/regex) to permit the latest version.
- [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/commits/1.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Jul 6, 2018
1 parent 95ca50e commit 07406c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace-malloc-free/Cargo.toml
Expand Up @@ -6,4 +6,4 @@ authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
[dependencies]
quicli = "0.3"
duct = "0.11.0"
regex = "0.2.10"
regex = "1.0.1"

0 comments on commit 07406c1

Please sign in to comment.