diff options
Diffstat (limited to 'whirl_core/Cargo.toml')
| -rw-r--r-- | whirl_core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/whirl_core/Cargo.toml b/whirl_core/Cargo.toml index 8582d78..c086b93 100644 --- a/whirl_core/Cargo.toml +++ b/whirl_core/Cargo.toml @@ -26,7 +26,7 @@ flexi_logger = "0.17.1" # Utility rand = "0.8.3" async-trait = "0.1.50" -sysinfo = "0.17.4" +sysinfo = "0.17.5" simple-error = "0.2.3" # Byte Manipulation |