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 | 9cff1a6cd9062993de50f7a67bd2d695cd5a84db (patch) | |
| tree | 4bab83ce38eb68b4771645eabfd5dd8f981e9338 /crates/whirl_prompt | |
| parent | chore(global): remove unused `license-file` manifest keys (diff) | |
| download | whirl-9cff1a6cd9062993de50f7a67bd2d695cd5a84db.tar.xz whirl-9cff1a6cd9062993de50f7a67bd2d695cd5a84db.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 65f8243..767ec91 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 |