aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-19 12:21:43 +0000
committerGitHub <noreply@github.com>2022-09-19 12:21:43 +0000
commit55bd19b592c1598835e4103242026b4b4281d96a (patch)
tree5b850c193bb075f1f8593f4d2ff6e22b0a987d84
parentMerge pull request #908 from svenstaro/dependabot/cargo/clap-3.2.22 (diff)
downloadminiserve-55bd19b592c1598835e4103242026b4b4281d96a.tar.gz
miniserve-55bd19b592c1598835e4103242026b4b4281d96a.zip
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] <support@github.com>
Diffstat (limited to '')
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
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"