Skip to content

Commit 07406c1

Browse files
Update regex requirement to 1.0.1
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] <[email protected]>
1 parent 95ca50e commit 07406c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trace-malloc-free/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ authors = ["Nick Fitzgerald <[email protected]>"]
66
[dependencies]
77
quicli = "0.3"
88
duct = "0.11.0"
9-
regex = "0.2.10"
9+
regex = "1.0.1"

0 commit comments

Comments
 (0)