Skip to content

Commit 8c32ec5

Browse files
committed
pretty_assertions migrated away from ansi-termi
this closes #1290
1 parent 0879c2f commit 8c32ec5

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Added
1515
* submodules support ([#1087](https://github.com/extrawurst/gitui/issues/1087))
1616

17+
### Fixes
18+
* remove insecure dependency `ansi_term` ([#1290](https://github.com/extrawurst/gitui/issues/1290))
19+
1720
## [0.21.0] - 2021-08-17
1821

1922
**popup stacking**

Diff for: Cargo.lock

+9-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ which = "4.2"
5757
pprof = { version = "0.10", features = ["flamegraph"], optional = true }
5858

5959
[dev-dependencies]
60-
pretty_assertions = "1.0"
60+
pretty_assertions = "1.3"
6161

6262
[badges]
6363
maintenance = { status = "actively-developed" }

Diff for: asyncgit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ url = "2.2"
2929

3030
[dev-dependencies]
3131
invalidstring = { path = "../invalidstring", version = "0.1" }
32-
pretty_assertions = "1.0"
32+
pretty_assertions = "1.3"
3333
serial_test = "0.9"
3434
tempfile = "3.2"
3535

Diff for: filetreelist/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ scopetime = { path = "../scopetime", version = "0.1" }
1616
thiserror = "1.0"
1717

1818
[dev-dependencies]
19-
pretty_assertions = "1.0"
19+
pretty_assertions = "1.3"

0 commit comments

Comments
 (0)