Skip to content

Commit 7f14436

Browse files
committed
Updated dependencies
1 parent 44f2623 commit 7f14436

File tree

11 files changed

+216
-112
lines changed

11 files changed

+216
-112
lines changed

Cargo.lock

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

plugins/csharp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = { version = "1.0.136", features = ["derive"] }
1616
serde_json = "1.0.78"
1717
thiserror = "1.0.30"
1818
walkdir = "2.3.2"
19-
zip = "0.5.13"
19+
zip = "0.6.2"
2020

2121
[dev-dependencies]
2222
once_cell = "1.9.0"

plugins/java/Cargo.toml

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

2525
[dev-dependencies]
2626
simple_logger = "2.1.0"
27-
zip = "0.5.13"
27+
zip = "0.6.2"

plugins/make/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = { version = "1.0.136", features = ["derive"] }
1717
serde_yaml = "0.8.23"
1818
serde-xml-rs = "0.5.1"
1919
thiserror = "1.0.30"
20-
zip = "0.5.13"
20+
zip = "0.6.2"
2121

2222
[dev-dependencies]
2323
simple_logger = "2.1.0"

plugins/notests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version = "1.58.1"
1010
tmc-langs-framework = { path = "../../tmc-langs-framework" }
1111

1212
log = "0.4.14"
13-
zip = "0.5.13"
13+
zip = "0.6.2"
1414

1515
[dev-dependencies]
1616
simple_logger = "2.1.0"

plugins/python3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde_json = "1.0.78"
2222
sha2 = "0.10.1"
2323
thiserror = "1.0.30"
2424
walkdir = "2.3.2"
25-
zip = "0.5.13"
25+
zip = "0.6.2"
2626

2727
[dev-dependencies]
2828
simple_logger = "2.1.0"

plugins/r/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ log = "0.4.14"
1414
serde = { version = "1.0.136", features = ["derive"] }
1515
serde_json = "1.0.78"
1616
thiserror = "1.0.30"
17-
zip = "0.5.13"
17+
zip = "0.6.2"
1818

1919
[dev-dependencies]
2020
simple_logger = "2.1.0"

tmc-langs-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dirs = "4.0.0"
1818
env_logger = "0.9.0"
1919
log = "0.4.14"
2020
quit = "1.1.4"
21-
rpassword = "5.0.1"
21+
rpassword = "6.0.1"
2222
schemars = "0.8.8"
2323
serde = "1.0.136"
2424
serde_json = "1.0.78"

tmc-langs-framework/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tempfile = "3.3.0"
2323
ts-rs = { git = "https://github.com/Heliozoa/ts-rs/", features = ["serde-compat"], rev = "71bba3a18cdc5bc02c63b2772fd5324b1b07227b", optional = true }
2424
thiserror = "1.0.30"
2525
walkdir = "2.3.2"
26-
zip = "0.5.13"
26+
zip = "0.6.2"
2727

2828
[dev-dependencies]
2929
simple_logger = "2.1.0"

tmc-langs-plugins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ impl-enum = "0.2.0"
2121
log = "0.4.14"
2222
thiserror = "1.0.30"
2323
walkdir = "2.3.2"
24-
zip = "0.5.13"
24+
zip = "0.6.2"
2525

2626
[dev-dependencies]
2727
simple_logger = "2.1.0"

0 commit comments

Comments
 (0)