Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-26 06:12:53 +0300
committerGitHub <noreply@github.com>2020-05-26 06:12:53 +0300
commit81c653996928eacfb09713c30beea678cf7fdb7b (patch)
treefc8cc00a6259b961759c726ec6b6b784f5d00d67
parent6ad7d58676838253d2519e5d2605f302912c7c49 (diff)
Update rexpect requirement from 0.3.0 to 0.4.0dependabot/cargo/rexpect-0.4.0
Updates the requirements on [rexpect](https://github.com/philippkeller/rexpect) to permit the latest version. - [Release notes](https://github.com/philippkeller/rexpect/releases) - [Changelog](https://github.com/philippkeller/rexpect/blob/master/CHANGELOG.md) - [Commits](https://github.com/philippkeller/rexpect/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4365df4..a85a1ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ tempfile = "3.1.0"
# rexpect relies on unix process semantics, but it's only used for process interaction tests.
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
-rexpect = "0.3.0"
+rexpect = "0.4.0"
[build-dependencies]
skeptic = "0.13.4"