Skip to content

Commit 74de9f5

Browse files
committed
update dependencies
1 parent cabdc9a commit 74de9f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tmc-langs-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ walkdir = "2"
1414
serde_json = "1"
1515
env_logger = "0.7"
1616
log = "0.4"
17-
rpassword = { git = "https://github.com/conradkleinespel/rpassword", rev = "189c388" } # fixes a windows test issue, use until version 5 is released
17+
rpassword = "5"
1818
url = "2"
1919
serde = "1"
2020
anyhow = "1"

tmc-langs-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ walkdir = "2"
2424

2525
[dev-dependencies]
2626
env_logger = "0.7"
27-
mockito = "0.26"
27+
mockito = "0.27"
2828
dotenv = "0.15"

0 commit comments

Comments
 (0)