Skip to content

Commit 0a13c05

Browse files
committed
Revert bumping of minor ver of deps
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent e47dff5 commit 0a13c05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ process-mux = []
3636
native-mux = ["openssh-mux-client"]
3737

3838
[dependencies]
39-
tempfile = "3.3.0"
39+
tempfile = "3.1.0"
4040
shell-escape = "0.1.5"
4141
tokio = { version = "1", features = [ "process", "io-util", "macros" ] }
42-
tokio-pipe = "0.2.11"
42+
tokio-pipe = "0.2.8"
4343

44-
libc = "0.2.121"
44+
libc = "0.2.112"
4545
io-lifetimes = "0.6"
4646

47-
once_cell = "1.10.0"
47+
once_cell = "1.8.0"
4848
dirs = "4.0.0"
4949

5050
openssh-mux-client = { version = "0.15.0", optional = true }

0 commit comments

Comments
 (0)