diff --git a/Cargo.toml b/Cargo.toml index 89fdcb5..3c5a911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,10 +23,10 @@ tokio = { version = "1", features = ["rt", "macros", "io-util", "rt-multi-thread [target.'cfg(any(target_os="linux", target_os="android"))'.dependencies] rustix = { version = "1.0.1", features = ["fs", "event", "net", "time", "mm"] } -linux-raw-sys = { version = "0.9.2", features = ["ioctl"] } +linux-raw-sys = { version = ">= 0.11, <= 0.12", features = ["ioctl"] } [target.'cfg(target_os="windows")'.dependencies] -windows-sys = { version = "0.60.2", features = ["Win32_Devices_Usb", "Win32_Devices_DeviceAndDriverInstallation", "Win32_Foundation", "Win32_Devices_Properties", "Win32_Storage_FileSystem", "Win32_Security", "Win32_System_IO", "Win32_System_Registry", "Win32_System_Com"] } +windows-sys = { version = ">= 0.60, <= 0.61", features = ["Win32_Devices_Usb", "Win32_Devices_DeviceAndDriverInstallation", "Win32_Foundation", "Win32_Devices_Properties", "Win32_Storage_FileSystem", "Win32_Security", "Win32_System_IO", "Win32_System_Registry", "Win32_System_Com"] } [target.'cfg(target_os="macos")'.dependencies] core-foundation = "0.10.1"