From 55bd19b592c1598835e4103242026b4b4281d96a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 12:21:43 +0000 Subject: Bump fake-tty from 0.2.0 to 0.3.1 Bumps [fake-tty](https://github.com/Aloso/to-html) from 0.2.0 to 0.3.1. - [Release notes](https://github.com/Aloso/to-html/releases) - [Changelog](https://github.com/Aloso/to-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/Aloso/to-html/commits) --- updated-dependencies: - dependency-name: fake-tty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7669520..04da9d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -823,9 +823,9 @@ dependencies = [ [[package]] name = "fake-tty" -version = "0.2.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1caac348c61d1f9a7d43c3629abc75540754a4971944953f84b98cb8280e3971" +checksum = "aa6c2a740a5d6940f90a0f13b5828440c2a7160bd1e235cf934d5df0e7a3e1ad" [[package]] name = "fancy-regex" diff --git a/Cargo.toml b/Cargo.toml index 05baaab..8372342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ url = "2" [target.'cfg(not(windows))'.dev-dependencies] # fake_tty does not support Windows for now -fake-tty = "0.2.0" +fake-tty = "0.3.1" [build-dependencies] grass = "0.11" -- cgit v1.2.3 From ca17abb29e1eb4046fb8e834e84ac8018b6f6253 Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Tue, 20 Sep 2022 00:33:20 +0800 Subject: Fix `fake-tty` API breaking change It's difficult to create a more trivial commit. Possible, but difficult. --- tests/qrcode.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qrcode.rs b/tests/qrcode.rs index 98a3c67..c47e634 100644 --- a/tests/qrcode.rs +++ b/tests/qrcode.rs @@ -48,7 +48,7 @@ fn run_in_faketty_kill_and_get_stdout(template: &Command) -> Result