diff options
| author | Renovate Bot <[email protected]> | 2021-09-28 10:39:58 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-09-28 10:39:58 +0000 |
| commit | 40d750df30570f9ccb65571633f4e36c39139775 (patch) | |
| tree | f5d4defd7a469439dac7fd7afb2e69980d5bbe98 /crates/whirl_prompt | |
| parent | Merge pull request #94 from Whirlsplash/renovate/tokio-1.x (diff) | |
| download | whirl-40d750df30570f9ccb65571633f4e36c39139775.tar.xz whirl-40d750df30570f9ccb65571633f4e36c39139775.zip | |
fix(deps): update rust crate sysinfo to 0.20.4
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 6e0a730..53924b2 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.20.3" +sysinfo = "0.20.4" colour = "0.6.0" # Config |