Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Nov 14, 2024
1 parent 4279ca8 commit 2a3a8ab
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 30 deletions.
53 changes: 26 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/plugins/java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tmc-langs-util.workspace = true

dirs = "5.0.1"
flate2 = "1.0.22"
j4rs = "=0.20.0" # specific version to match the jar
j4rs = "=0.21.0" # specific version to match the jar
log = "0.4.14"
once_cell = "1.9.0"
serde = { version = "1.0.136", features = ["derive"] }
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion crates/plugins/java/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const SEPARATOR: &str = ":";
const TMC_JUNIT_RUNNER_BYTES: &[u8] = include_bytes!("../deps/tmc-junit-runner-0.2.8.jar");
const TMC_CHECKSTYLE_RUNNER_BYTES: &[u8] =
include_bytes!("../deps/tmc-checkstyle-runner-3.0.3-20200520.064542-3.jar");
const J4RS_BYTES: &[u8] = include_bytes!("../deps/j4rs-0.20.0-jar-with-dependencies.jar");
const J4RS_BYTES: &[u8] = include_bytes!("../deps/j4rs-0.21.0-jar-with-dependencies.jar");

struct JvmWrapper {
jvm: Jvm,
Expand Down
2 changes: 1 addition & 1 deletion crates/tmc-mooc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ reqwest = { version = "0.11.27", default-features = false, features = [
schemars = { version = "0.8.8", features = ["uuid1"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
thiserror = "1.0.40"
thiserror = "2.0.3"
ts-rs = { workspace = true, features = [
"chrono-impl",
"serde-compat",
Expand Down

0 comments on commit 2a3a8ab

Please sign in to comment.