diff options
| author | Renovate Bot <[email protected]> | 2021-06-03 17:06:13 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-06-03 17:06:13 +0000 |
| commit | dda9dea5c7a8fe41fd4be02d7ee3f93ec0477538 (patch) | |
| tree | c0205ff41f02936be29069f05611163d7dbc645d /crates/whirl_prompt | |
| parent | refactor(server): final refactoring of replacing command type constants with ... (diff) | |
| download | whirl-dda9dea5c7a8fe41fd4be02d7ee3f93ec0477538.tar.xz whirl-dda9dea5c7a8fe41fd4be02d7ee3f93ec0477538.zip | |
fix(deps): update rust crate sysinfo to 0.18.1
Diffstat (limited to 'crates/whirl_prompt')
| -rw-r--r-- | crates/whirl_prompt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 1fd8ddf..44b954a 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -15,7 +15,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.18.0" +sysinfo = "0.18.1" colour = "0.6.0" # Config |