diff options
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 885766483..1926c34a3 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -86,7 +86,6 @@ regex = "1.6.0" ring = "0.16.20" serde = { version = "1.0.136", features = ["derive"] } signal-hook-registry = "1.4.0" -sys-info = "0.9.1" termcolor = "1.1.3" tokio = { version = "1.21", features = ["full"] } uuid = { version = "1.0.0", features = ["v4"] } @@ -94,6 +93,7 @@ uuid = { version = "1.0.0", features = ["v4"] } [target.'cfg(windows)'.dependencies] fwdansi = "1.1.0" winapi = { version = "0.3.9", features = ["commapi", "knownfolders", "mswsock", "objbase", "shlobj", "tlhelp32", "winbase", "winerror", "winsock2"] } +ntapi = "0.4.0" [target.'cfg(unix)'.dependencies] nix = "=0.24.2" |