Skip to content

Commit db64333

Browse files
author
Nico Chatzi
committed
Update regex crate following cve-2022-24713
1 parent 7549acd commit db64333

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parse-display-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ proc-macro = true
1818
syn = { version = "1.0.68", features = ["visit"] }
1919
quote = "1.0.9"
2020
proc-macro2 = "1.0.26"
21-
regex = "1.4.5"
21+
regex = "1.5.5"
2222
regex-syntax = "0.6.23"
2323
once_cell = "1.7.2"
2424
structmeta = "0.1.4"

parse-display/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2021"
1414
[dependencies]
1515
parse-display-derive = { version = "=0.5.4", path = "../parse-display-derive" }
1616
once_cell = { version = "1.7.2", optional = true }
17-
regex = { version = "1.4.5", optional = true }
17+
regex = { version = "1.5.5", optional = true }
1818

1919
[features]
2020
default = ["std", "regex", "once_cell"]

0 commit comments

Comments
 (0)