File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ All user visible changes to `cucumber-expressions` crate will be documented in t
66
77
88
9+ ## [ 0.2.1] · 2022-03-09
10+ [ 0.2.0 ] : /../../tree/v0.2.1
11+
12+ [ Diff] ( /../../compare/v0.2.0...v0.2.1 )
13+
14+ ### Security updated
15+
16+ - ` regex ` crate to 1.5.5 version to fix [ CVE-2022 -24713] .
17+
18+ [ CVE-2022-24713 ] : https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
19+
20+
21+
22+
923## [ 0.2.0] · 2022-02-10
1024[ 0.2.0 ] : /../../tree/v0.2.0
1125
Original file line number Diff line number Diff line change 11[package ]
22name = " cucumber-expressions"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44edition = " 2021"
55rust-version = " 1.56"
66description = " Cucumber Expressions AST and parser."
@@ -32,7 +32,7 @@ nom_locate = "4.0"
3232
3333# "into-regex" feature dependencies
3434either = { version = " 1.6" , optional = true }
35- regex = { version = " 1.5" , optional = true }
35+ regex = { version = " 1.5.5 " , optional = true }
3636regex-syntax = { version = " 0.6" , optional = true }
3737
3838[workspace ]
You can’t perform that action at this time.
0 commit comments