Skip to content

Commit 3fa0fef

Browse files
committed
Maybe actually actually fix minimal versions tests too
1 parent 8d96c97 commit 3fa0fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ native-mux = ["openssh-mux-client"]
3535

3636
[dependencies]
3737
tempfile = "3.1.0"
38-
shell-escape = "0.1"
38+
shell-escape = "0.1.5"
3939
tokio = { version = "1", features = [ "process", "io-util", "macros" ] }
4040
tokio-pipe = "0.2.8"
4141

@@ -45,7 +45,7 @@ io-lifetimes = "0.5"
4545
once_cell = "1.8.0"
4646
dirs = "4.0.0"
4747

48-
openssh-mux-client = { version = "0.14.2", optional = true }
48+
openssh-mux-client = { version = "0.14.0", optional = true }
4949
# needed to make openssh-mux-client compile with -Zminimal-versions
5050
serde = "1.0.103"
5151

0 commit comments

Comments
 (0)