Skip to content

Commit ea8ba47

Browse files
committed
Downgraded rpassword
1 parent 1d4dfc1 commit ea8ba47

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

Cargo.lock

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

tmc-langs-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dirs = "4.0.0"
1919
env_logger = "0.9.0"
2020
log = "0.4.14"
2121
quit = "1.1.4"
22-
rpassword = "7.0.0"
22+
rpassword = "5.0.1"
2323
schemars = "0.8.8"
2424
serde = "1.0.136"
2525
serde_json = "1.0.78"

tmc-langs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ md5 = "0.7.0"
2424
oauth2 = { version = "4.0.0-beta.1", features = ["reqwest"] }
2525
once_cell = "1.9.0"
2626
regex = "1.5.4"
27-
rpassword = "7.0.0"
27+
rpassword = "5.0.1"
2828
schemars = "0.8.8"
2929
serde = { version = "1.0.136", features = ["derive"] }
3030
serde_json = "1.0.78"

tmc-langs/src/error.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ pub enum LangsError {
5858
Base64PasswordNotUtf8(#[source] FromUtf8Error),
5959
#[error("Failed to decode with base64")]
6060
Base64Decode(#[from] base64::DecodeError),
61-
#[error("Failed to read password")]
62-
ReadPassword(#[source] std::io::Error),
6361
#[error("Settings files cannot contain null values")]
6462
SettingsCannotContainNull,
6563
#[error("The number given was too high: {0}")]

0 commit comments

Comments
 (0)