aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_prompt/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-14 17:14:04 -0800
committerFuwn <[email protected]>2022-01-14 17:14:04 -0800
commit089ccebd42baeb88d86d238f195cb71a67cd1141 (patch)
tree4c56bc1f19cf70916d5bd0fdbaa6f04ec37d7842 /crates/whirl_prompt/Cargo.toml
parentchore: remove unused deps (diff)
parentMerge pull request #134 from Whirlsplash/renovate/flexi_logger-0.x (diff)
downloadwhirl-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.toml4
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"