diff options
| author | Renovate Bot <[email protected]> | 2021-10-12 13:21:33 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-10-12 13:21:33 +0000 |
| commit | 19982e19596cb773aad711cdcb563bd3b90769b9 (patch) | |
| tree | 31ee96e22e0029956bf7d1ba8bd8427268eee341 /crates/whirl_prompt | |
| parent | Merge pull request #99 from Whirlsplash/renovate/commitlint-monorepo (diff) | |
| download | whirl-19982e19596cb773aad711cdcb563bd3b90769b9.tar.xz whirl-19982e19596cb773aad711cdcb563bd3b90769b9.zip | |
fix(deps): update rust crate sysinfo to 0.20.5
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 22aaa29..4709bcb 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.20.4" +sysinfo = "0.20.5" colour = "0.6.0" # Config |