Skip to content

Commit a93b317

Browse files
committed
Auto merge of #8540 - vandenheuvel:update_termcolor_version, r=ehuss
Update termcolor and fwdansi versions A summary of the changes since 1.0.5: - **wincolor-1.0.3** - readme: update readme with various things - ci: switch to GitHub Actions and bump MSRV to 1.34.0 - doc: add notes about tty detection - doc: clarify how ANSI colors work - **env: respect NO_COLOR environment variable** - edition: switch to Rust 2018 - deps: drop wincolor dependency - msrv: document minimum supported Rust version policy - style: use rustfmt - **api: add option to toggle terminal resetting** - readme: test examples in README - **bug: fix clear() and is_none()** - **output: italicized support** - **wincolor-1.0.2** - wincolor: specify dual-license
2 parents d3360ad + dcd49a2 commit a93b317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ shell-escape = "0.1.4"
5959
strip-ansi-escapes = "0.1.0"
6060
tar = { version = "0.4.26", default-features = false }
6161
tempfile = "3.0"
62-
termcolor = "1.0"
62+
termcolor = "1.1"
6363
toml = "0.5.3"
6464
unicode-xid = "0.2.0"
6565
url = "2.0"
@@ -79,7 +79,7 @@ core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
7979

8080
[target.'cfg(windows)'.dependencies]
8181
miow = "0.3.1"
82-
fwdansi = "1"
82+
fwdansi = "1.1.0"
8383

8484
[target.'cfg(windows)'.dependencies.winapi]
8585
version = "0.3"

0 commit comments

Comments
 (0)