Skip to content

Commit a037948

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
build(deps): bump rpassword from 7.3.1 to 7.4.0
Bumps [rpassword](https://github.com/conradkleinespel/rpassword) from 7.3.1 to 7.4.0. - [Release notes](https://github.com/conradkleinespel/rpassword/releases) - [Commits](conradkleinespel/rpassword@v7.3.1...v7.4.0) --- updated-dependencies: - dependency-name: rpassword dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7131ca commit a037948

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ time = { version = "0.3", default-features = false, features = ["alloc", "format
1717
clap.workspace = true
1818
hex = "0.4"
1919
oo7 = { workspace = true, default-features = true }
20-
rpassword = "7.2.0"
20+
rpassword = "7.4.0"
2121
tokio = { workspace = true, features = [ "macros", "rt"] }

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ num = "0.4.0"
1818
num-bigint-dig = { version = "0.8", features = ["zeroize"] }
1919
openssl = { version = "0.10", optional = true }
2020
oo7 = { workspace = true, features = ["tokio"] }
21-
rpassword = "7.3"
21+
rpassword = "7.4"
2222
serde.workspace = true
2323
sha2 = { version = "0.10", optional = true }
2424
tokio = { workspace = true, features = ["full"] }

0 commit comments

Comments
 (0)