diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Cargo.toml | 2 | ||||
-rw-r--r-- | runtime/permissions/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index b7dde51d8..5c8a8459f 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -118,7 +118,7 @@ tokio.workspace = true tokio-metrics.workspace = true twox-hash.workspace = true uuid.workspace = true -which = "4.2.5" +which.workspace = true [target.'cfg(windows)'.dependencies] winapi = { workspace = true, features = ["commapi", "knownfolders", "mswsock", "objbase", "psapi", "shlobj", "tlhelp32", "winbase", "winerror", "winuser", "winsock2"] } diff --git a/runtime/permissions/Cargo.toml b/runtime/permissions/Cargo.toml index 6623aee5c..4fb332ef1 100644 --- a/runtime/permissions/Cargo.toml +++ b/runtime/permissions/Cargo.toml @@ -21,7 +21,7 @@ libc.workspace = true log.workspace = true once_cell.workspace = true serde.workspace = true -which = "4.2.5" +which.workspace = true [target.'cfg(windows)'.dependencies] winapi = { workspace = true, features = ["commapi", "knownfolders", "mswsock", "objbase", "psapi", "shlobj", "tlhelp32", "winbase", "winerror", "winuser", "winsock2", "processenv", "wincon", "wincontypes"] } |