Skip to content

Commit f09adb2

Browse files
committed
update tuesday
1 parent 505e567 commit f09adb2

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

tmc-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dirs = "3"
1414
http = "0.2"
1515
lazy_static = "1"
1616
log = "0.4"
17-
oauth2 = { version = "4.0.0-alpha.3", features = ["reqwest"] }
17+
oauth2 = { version = "4.0.0-beta.1", features = ["reqwest"] }
1818
percent-encoding = "2"
1919
regex = "1"
2020
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls", "multipart"] }
@@ -28,5 +28,5 @@ walkdir = "2"
2828

2929
[dev-dependencies]
3030
dotenv = "0.15"
31-
mockito = "0.29"
31+
mockito = "0.30"
3232
simple_logger = "1"

tmc-langs-framework/Cargo.toml

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

1111
fd-lock = "2"
12-
funty = "=1.1.0" # temporary workaround, remove later
1312
isolang = "1"
1413
lazy_static = "1"
1514
log = "0.4"

tmc-langs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jwt = "0.13"
2020
log = "0.4"
2121
lazy_static = "1"
2222
md5 = "0.7"
23-
oauth2 = { version = "4.0.0-alpha.3", features = ["reqwest"] }
23+
oauth2 = { version = "4.0.0-beta.1", features = ["reqwest"] }
2424
regex = "1"
2525
rpassword = "5"
2626
schemars = "0.8"
@@ -40,7 +40,7 @@ zip = "0.5"
4040
zstd = "0.6"
4141

4242
[target.'cfg(unix)'.dependencies]
43-
nix = "0.19"
43+
nix = "0.20"
4444

4545
[dev-dependencies]
4646
tempfile = "3"

0 commit comments

Comments
 (0)