Skip to content

Commit 4279ca8

Browse files
committed
Updated deps
1 parent 47ad293 commit 4279ca8

File tree

13 files changed

+387
-115
lines changed

13 files changed

+387
-115
lines changed

Cargo.lock

+375-103
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bindings/tmc-langs-node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ base64 = "0.22.0"
2323
env_logger = "0.11.2"
2424
serde = "1.0.136"
2525
serde_json = "1.0.78"
26-
thiserror = "1.0.30"
26+
thiserror = "2.0.3"
2727
ts-rs = { workspace = true, features = ["serde-compat"] }
2828

2929
[dev-dependencies]

crates/plugins/csharp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dirs = "5.0.1"
1414
log = "0.4.14"
1515
serde = { version = "1.0.136", features = ["derive"] }
1616
serde_json = "1.0.78"
17-
thiserror = "1.0.30"
17+
thiserror = "2.0.3"
1818
walkdir = "2.3.2"
1919
zip = "2.2.0"
2020

crates/plugins/java/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde = { version = "1.0.136", features = ["derive"] }
1919
serde_json = "1.0.78"
2020
tar = "0.4.38"
2121
tempfile = "3.3.0"
22-
thiserror = "1.0.30"
22+
thiserror = "2.0.3"
2323
walkdir = "2.3.2"
2424

2525
[dev-dependencies]

crates/plugins/make/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ regex = "1.10.6"
1616
serde = { version = "1.0.136", features = ["derive"] }
1717
serde-xml-rs = "0.6.0"
1818
serde_yaml = "0.9.10"
19-
thiserror = "1.0.30"
19+
thiserror = "2.0.3"
2020
zip = "2.2.0"
2121

2222
[dev-dependencies]

crates/plugins/python3/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rand = "0.8.4"
1919
serde = "1.0.136"
2020
serde_json = "1.0.78"
2121
sha2 = "0.10.1"
22-
thiserror = "1.0.30"
22+
thiserror = "2.0.3"
2323
walkdir = "2.3.2"
2424
zip = "2.2.0"
2525

crates/plugins/r/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tmc-langs-util.workspace = true
1313
log = "0.4.14"
1414
serde = { version = "1.0.136", features = ["derive"] }
1515
serde_json = "1.0.78"
16-
thiserror = "1.0.30"
16+
thiserror = "2.0.3"
1717
zip = "2.2.0"
1818

1919
[dev-dependencies]

crates/tmc-langs-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ schemars = "0.8.8"
2424
serde = "1.0.136"
2525
serde_json = "1.0.78"
2626
tempfile = "3.3.0"
27-
thiserror = "1.0.30"
27+
thiserror = "2.0.3"
2828
toml = "0.8.2"
2929
url = "2.2.2"
3030
uuid = { version = "1.3.4", features = ["v4"] }

crates/tmc-langs-framework/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde_yaml = "0.9.10"
2222
subprocess = "0.2.8"
2323
tar = "0.4.38"
2424
tempfile = "3.3.0"
25-
thiserror = "1.0.30"
25+
thiserror = "2.0.3"
2626
walkdir = "2.3.2"
2727
zip = "2.2.0"
2828
zstd = "0.13.0"

crates/tmc-langs-plugins/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tmc-langs-r.workspace = true
1818

1919
log = "0.4.14"
2020
tar = "0.4.38"
21-
thiserror = "1.0.30"
21+
thiserror = "2.0.3"
2222
walkdir = "2.3.2"
2323
zip = "2.2.0"
2424
zstd = "0.13.0"

crates/tmc-langs-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde_json = "1.0.79"
1818
serde_path_to_error = "0.1.7"
1919
serde_yaml = "0.9.10"
2020
tempfile = "3.3.0"
21-
thiserror = "1.0.30"
21+
thiserror = "2.0.3"
2222
toml = "0.8.2"
2323
type-map = "0.5.0"
2424
walkdir = "2.3.2"

crates/tmc-langs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sha2 = "0.10.1"
3636
shellwords = "1.1.0"
3737
tar = "0.4.38"
3838
tempfile = "3.3.0"
39-
thiserror = "1.0.30"
39+
thiserror = "2.0.3"
4040
toml = "0.8.2"
4141
url = "2.2.2"
4242
uuid = { version = "1.3.4", features = ["v4"] }

crates/tmc-testmycode-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ schemars = { version = "0.8.8", features = ["chrono"] }
2929
serde = { version = "1.0.136", features = ["derive"] }
3030
serde_json = "1.0.78"
3131
tempfile = "3.3.0"
32-
thiserror = "1.0.30"
32+
thiserror = "2.0.3"
3333
url = "2.2.2"
3434
walkdir = "2.3.2"
3535

0 commit comments

Comments
 (0)