aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-14 10:11:30 +0000
committerGitHub <noreply@github.com>2022-10-14 10:11:30 +0000
commita060d6d2b8f2d828deeb7d8ed3c2042cea6dc3c3 (patch)
tree98dc54f7ac74387fd9afb932b6064361a1620200 /Cargo.toml
parentBump indicatif from 0.16.2 to 0.17.1 (#537) (diff)
downloadatuin-a060d6d2b8f2d828deeb7d8ed3c2042cea6dc3c3.zip
Bump rpassword from 6.0.1 to 7.0.0 (#530)
Bumps [rpassword](https://github.com/conradkleinespel/rpassword) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/conradkleinespel/rpassword/releases) - [Commits](https://github.com/conradkleinespel/rpassword/compare/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: rpassword dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 4b960438..6f970b5e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,7 +70,7 @@ clap = { version = "3.1.18", features = ["derive"] }
clap_complete = "3.1.4"
fs-err = "2.7"
whoami = "1.1.2"
-rpassword = "6.0"
+rpassword = "7.0"
semver = "1.0.14"
[dependencies.tracing-subscriber]