Skip to content

Commit 2a3a8ab

Browse files
committed
Updated deps
1 parent 4279ca8 commit 2a3a8ab

File tree

5 files changed

+29
-30
lines changed

5 files changed

+29
-30
lines changed

Cargo.lock

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

crates/plugins/java/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tmc-langs-util.workspace = true
1212

1313
dirs = "5.0.1"
1414
flate2 = "1.0.22"
15-
j4rs = "=0.20.0" # specific version to match the jar
15+
j4rs = "=0.21.0" # specific version to match the jar
1616
log = "0.4.14"
1717
once_cell = "1.9.0"
1818
serde = { version = "1.0.136", features = ["derive"] }

crates/plugins/java/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const SEPARATOR: &str = ":";
3232
const TMC_JUNIT_RUNNER_BYTES: &[u8] = include_bytes!("../deps/tmc-junit-runner-0.2.8.jar");
3333
const TMC_CHECKSTYLE_RUNNER_BYTES: &[u8] =
3434
include_bytes!("../deps/tmc-checkstyle-runner-3.0.3-20200520.064542-3.jar");
35-
const J4RS_BYTES: &[u8] = include_bytes!("../deps/j4rs-0.20.0-jar-with-dependencies.jar");
35+
const J4RS_BYTES: &[u8] = include_bytes!("../deps/j4rs-0.21.0-jar-with-dependencies.jar");
3636

3737
struct JvmWrapper {
3838
jvm: Jvm,

crates/tmc-mooc-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ reqwest = { version = "0.11.27", default-features = false, features = [
2424
schemars = { version = "0.8.8", features = ["uuid1"] }
2525
serde = { version = "1.0.163", features = ["derive"] }
2626
serde_json = "1.0.96"
27-
thiserror = "1.0.40"
27+
thiserror = "2.0.3"
2828
ts-rs = { workspace = true, features = [
2929
"chrono-impl",
3030
"serde-compat",

0 commit comments

Comments
 (0)