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 Feb 28, 2023
1 parent 893361a commit b663519
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 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/token-ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/main.rs"

[dependencies]
# 3rd Party
rpassword = { version = "5.0.1", default-features = false }
rpassword = { version = "7.2.0", default-features = false }
structopt = { version = "0.3.25", default-features = false }
tokio = { version = "1.0", default-features = false, features = [ "macros" ] }
web3 = { version = "0.18.0", default-features = false, features = [ "http", "signing", "ws-tls-tokio" ] }
Expand Down
2 changes: 1 addition & 1 deletion raiden/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.59"
# 3rd-Party
ethsign = { version = "0.8.0" }
futures = { version = "0.3.21", default-features = false }
rpassword = { version = "5.0.1", default-features = false }
rpassword = { version = "7.2.0", default-features = false }
serde_json = { version = "1.0.59", default-features = false }
tracing = { version = "0.1.37", default-features = false }
web3 = { version = "0.18.0", default-features = false, features = ["signing"] }
Expand Down

0 comments on commit b663519

Please sign in to comment.