Skip to content

Commit

Permalink
Bump rpassword from 5.0.1 to 7.2.0
Browse files Browse the repository at this point in the history
Bumps [rpassword](https://github.com/conradkleinespel/rpassword) from 5.0.1 to 7.2.0.
- [Release notes](https://github.com/conradkleinespel/rpassword/releases)
- [Commits](conradkleinespel/rpassword@v5.0.1...v7.2.0)

---
updated-dependencies:
- dependency-name: rpassword
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2022
1 parent 694ec1b commit 9c41e77
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/raiden-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ futures = { version = "0.3.21", default-features = false }
hyper = { version = "0.14.11", features = ["server"] }
parking_lot = { version = "0.11.2", default-features = false }
routerify = { version = "2.2.0", default-features = false }
rpassword = { version = "5.0.1", default-features = false }
rpassword = { version = "7.2.0", default-features = false }
rusqlite = { version = "0.25.3", default-features = false }
serde = { version = "1.0.136", default-features = false }
serde_json = { version = "1.0.59", default-features = false }
Expand Down

0 comments on commit 9c41e77

Please sign in to comment.