Skip to content

Commit 34ee384

Browse files
committed
Prepare release v2.3.1, fix CVE-2020-25573
1 parent f3a8a12 commit 34ee384

File tree

3 files changed

+13
-93
lines changed

3 files changed

+13
-93
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [2.3.1](https://crates.io/crates/rtw/2.3.1) Jun 6, 2021
99

10+
* Remove superfluous config crate features, fixes CVE-2020-25573.
1011
* Bump `htp` to `0.4.0` cf [htp changelog](https://github.com/PicoJr/htp/blob/master/CHANGELOG.md)
1112

1213
## [2.3.0](https://crates.io/crates/rtw/2.3.0) Apr 24, 2021

Cargo.lock

Lines changed: 9 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtw"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
authors = ["PicoJr <picojr_dev@gmx.com>"]
55
edition = "2018"
66
repository = "https://github.com/PicoJr/rtw"
@@ -22,7 +22,7 @@ serde_json = "1.0"
2222
dirs-next = "2.0.0"
2323
chrono = { version = "0.4", features = ["serde"] }
2424
htp = "0.4.0"
25-
config = "0.10.1"
25+
config = { version = "0.10.1", default-features = false, features = ["json"] }
2626
ansi_term = "0.12.1"
2727
term_size = "0.3.2"
2828
tbl = "1.1.0"

0 commit comments

Comments
 (0)