File tree 2 files changed +16
-2
lines changed 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
6
6
7
7
8
8
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
+
9
23
## [ 0.2.0] · 2022-02-10
10
24
[ 0.2.0 ] : /../../tree/v0.2.0
11
25
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cucumber-expressions"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
edition = " 2021"
5
5
rust-version = " 1.56"
6
6
description = " Cucumber Expressions AST and parser."
@@ -32,7 +32,7 @@ nom_locate = "4.0"
32
32
33
33
# "into-regex" feature dependencies
34
34
either = { version = " 1.6" , optional = true }
35
- regex = { version = " 1.5" , optional = true }
35
+ regex = { version = " 1.5.5 " , optional = true }
36
36
regex-syntax = { version = " 0.6" , optional = true }
37
37
38
38
[workspace ]
You can’t perform that action at this time.
0 commit comments