diff --git a/Cargo.toml b/Cargo.toml index 8c6673746..214600d9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ features = [ tempfile = "3.2.0" libc = "0.2.133" libc_errno = { package = "errno", version = "0.2.8", default-features = false } -io-lifetimes = { version = "0.7.0", default-features = false } +io-lifetimes = { version = "0.7.0", default-features = false, features = ["close"] } # Don't upgrade to serial_test 0.7 for now because it depends on a # `parking_lot_core` version which is not compatible with our MSRV of 1.48. serial_test = "0.6"