Skip to content

Commit 3be1f79

Browse files
committed
Update regex crate to 1.5.5 version to fix CVE-2022-24713
1 parent d25c146 commit 3be1f79

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cucumber-expressions"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
rust-version = "1.56"
66
description = "Cucumber Expressions AST and parser."
@@ -32,7 +32,7 @@ nom_locate = "4.0"
3232

3333
# "into-regex" feature dependencies
3434
either = { version = "1.6", optional = true }
35-
regex = { version = "1.5", optional = true }
35+
regex = { version = "1.5.5", optional = true }
3636
regex-syntax = { version = "0.6", optional = true }
3737

3838
[workspace]

0 commit comments

Comments
 (0)