diff options
| author | Renovate Bot <[email protected]> | 2021-06-05 23:06:09 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-06-05 23:06:09 +0000 |
| commit | 8a200abba21cdc47d9e97a7791dca89526853fe4 (patch) | |
| tree | b279837ab81f6b2e0d69ce5e7383a7a38a2b8bde /crates/whirl_prompt | |
| parent | Merge pull request #39 from Whirlsplash/renovate/sysinfo-0.x (diff) | |
| download | whirl-8a200abba21cdc47d9e97a7791dca89526853fe4.tar.xz whirl-8a200abba21cdc47d9e97a7791dca89526853fe4.zip | |
fix(deps): update rust crate sysinfo to 0.18.2
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 aed2d9d..5543c24 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -15,7 +15,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.18.1" +sysinfo = "0.18.2" colour = "0.6.0" # Config |