Skip to content

Commit

Permalink
Update to system-interface 0.27.0. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Jan 11, 2024
1 parent d8496ed commit 2fa7661
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ data-url = "0.3.0"
duplex = "0.16.0"
flate2 = "1.0.19"
layered-io = { version = "0.23.0", features = ["terminal-io"] }
io-streams = { version = "0.15.0", features = ["layered-io", "terminal-io", "use_char_device", "use_socketpair"] }
io-arrays = "0.13.0"
io-streams = { version = "0.16.0", features = ["layered-io", "terminal-io", "use_char_device", "use_socketpair"] }
io-arrays = "0.14.1"
mime = "0.3.16"
mime_guess = "2.0.3"
percent-encoding = "2.1.0"
Expand All @@ -29,7 +29,7 @@ ureq = { version = "2.0.0", default-features = false, features = ["tls", "charse
url = "2.2.0"
terminal-io = "0.19.0"
ssh2 = { version = "0.9.0", optional = true }
system-interface = { version = "0.26.0", features = ["ssh2"] }
system-interface = { version = "0.27.0", features = ["ssh2"] }
utf8-io = { version = "0.19.0", features = ["layered-io", "terminal-io"] }
whoami = "1.1.0"

Expand Down

0 comments on commit 2fa7661

Please sign in to comment.