aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"