diff options
| author | Renovate Bot <[email protected]> | 2021-06-29 13:50:38 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-06-29 13:50:38 +0000 |
| commit | 57c9480ef8645f44fc7372f864c262b52f151c0f (patch) | |
| tree | ce2cb4c3b289235e75adf308f0d337aa2138720e /crates/whirl_prompt | |
| parent | chore(global): remove unused `license-file` manifest keys (diff) | |
| download | whirl-57c9480ef8645f44fc7372f864c262b52f151c0f.tar.xz whirl-57c9480ef8645f44fc7372f864c262b52f151c0f.zip | |
fix(deps): update rust crate sysinfo to 0.19.0
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 13a63fa..48bff89 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.18.2" +sysinfo = "0.19.0" colour = "0.6.0" # Config |