Skip to content

Commit d9d8f0a

Browse files
committed
upgraded other dependencies
1 parent 96e5052 commit d9d8f0a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tmc-langs-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ quit = "1"
2323

2424
[dev-dependencies]
2525
tempfile = "3"
26-
mockito = "0.25"
26+
mockito = "0.26"
2727
dotenv = "0.15"

tmc-langs-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ url = "2"
1414
log = "0.4"
1515
oauth2 = "4.0.0-alpha.1"
1616
tempfile = "3"
17-
dirs = "2"
17+
dirs = "3"
1818
regex = "1"
1919
lazy_static = "1"
2020
percent-encoding = "2"
2121
serde_json = "1"
2222

2323
[dev-dependencies]
2424
env_logger = "0.7"
25-
mockito = "0.25"
25+
mockito = "0.26"
2626
dotenv = "0.15"

tmc-langs-java/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ walkdir = "2"
1111
thiserror = "1"
1212
serde = { version = "1", features = ["derive"] }
1313
serde_json = "1"
14-
j4rs = "0.11.2" # specific version just in case it's necessary to match the jar
14+
j4rs = "0.11.2" # specific version to match the jar
1515
tempfile = "3"
1616
lazy_static = "1"
17-
dirs = "2"
17+
dirs = "3"
1818
tar = "0.4"
1919
flate2 = "1"
2020

0 commit comments

Comments
 (0)