Skip to content

Commit 8261b78

Browse files
committed
Updated dependencies
1 parent f926df6 commit 8261b78

File tree

6 files changed

+34
-25
lines changed

6 files changed

+34
-25
lines changed

Cargo.lock

Lines changed: 26 additions & 17 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
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
tmc-langs-framework = { path = "../../tmc-langs-framework" }
1010
tmc-langs-util = { path = "../../tmc-langs-util" }
1111

12-
dirs = "3"
12+
dirs = "4"
1313
log = "0.4"
1414
serde = { version = "1", features = ["derive"] }
1515
serde_json = "1"

plugins/java/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
tmc-langs-framework = { path = "../../tmc-langs-framework" }
1010
tmc-langs-util = { path = "../../tmc-langs-util" }
1111

12-
dirs = "3"
12+
dirs = "4"
1313
flate2 = "1"
1414
j4rs = "0.13.0" # specific version to match the jar
1515
log = "0.4"

tmc-client/Cargo.toml

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

1212
chrono = { version = "0.4", features = ["serde"] }
13-
dirs = "3"
13+
dirs = "4"
1414
http = "0.2"
1515
log = "0.4"
1616
oauth2 = { version = "4", features = ["reqwest"] }

tmc-langs-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tmc-langs-cli"
3-
version = "0.23.0"
3+
version = "0.23.1"
44
authors = ["University of Helsinki <mooc@cs.helsinki.fi>", "Daniel Martinez <daniel.x.martinez@helsinki.fi>"]
55
edition = "2018"
66
description = "CLI client for TMC"
@@ -13,7 +13,7 @@ tmc-langs-util = { path = "../tmc-langs-util" }
1313
anyhow = "1"
1414
base64 = "0.13"
1515
clap = "2"
16-
dirs = "3"
16+
dirs = "4"
1717
env_logger = "0.9"
1818
log = "0.4"
1919
quit = "1"

tmc-langs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tmc-langs-framework = { path = "../tmc-langs-framework" }
1212
tmc-langs-util = { path = "../tmc-langs-util" }
1313

1414
base64 = "0.13"
15-
dirs = "3"
15+
dirs = "4"
1616
# heim = { version = "0.1.0-beta.3", features = ["disk"] }
1717
hmac = { version = "0.11", features = ["std"] }
1818
impl-enum = "0.2"
@@ -38,10 +38,10 @@ ts-rs = { git = "https://github.com/Heliozoa/ts-rs/", rev = "83650073943c33ccab7
3838
url = "2"
3939
walkdir = "2"
4040
zip = "0.5"
41-
zstd = "0.8.0" # +zstd.1.4.9 match Ubuntu 21.04's libzstd
41+
zstd = "=0.8.0" # +zstd.1.4.9 match Ubuntu 21.04's libzstd
4242

4343
[target.'cfg(unix)'.dependencies]
44-
nix = "0.22"
44+
nix = "0.23"
4545

4646
[dev-dependencies]
4747
chrono = "0.4"

0 commit comments

Comments
 (0)