diff options
| author | Fuwn <[email protected]> | 2022-01-14 17:14:04 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-14 17:14:04 -0800 |
| commit | 089ccebd42baeb88d86d238f195cb71a67cd1141 (patch) | |
| tree | 4c56bc1f19cf70916d5bd0fdbaa6f04ec37d7842 /crates/whirl_prompt/Cargo.toml | |
| parent | chore: remove unused deps (diff) | |
| parent | Merge pull request #134 from Whirlsplash/renovate/flexi_logger-0.x (diff) | |
| download | whirl-089ccebd42baeb88d86d238f195cb71a67cd1141.tar.xz whirl-089ccebd42baeb88d86d238f195cb71a67cd1141.zip | |
fix: merge github updates
Diffstat (limited to 'crates/whirl_prompt/Cargo.toml')
| -rw-r--r-- | crates/whirl_prompt/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 22aaa29..57a7017 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -14,11 +14,11 @@ publish = false [dependencies] # Utility -sysinfo = "0.20.4" +sysinfo = "0.20.5" colour = "0.6.0" # Config whirl_config = { path = "../whirl_config" } # Web -curl = "0.4.39" +curl = "0.4.42" |