aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-27 12:12:28 -0700
committerFuwn <[email protected]>2021-05-27 12:12:28 -0700
commitb077fd12dc9bb547498190571bc922b9dc485342 (patch)
tree182b154abaa48860dd859bb16b06cdbfa05c4823
parentfix(server): buddylist struct no longer needs to be clone-able (diff)
parentMerge pull request #37 from Whirlsplash/renovate/curl-0.x (diff)
downloadwhirl-b077fd12dc9bb547498190571bc922b9dc485342.tar.xz
whirl-b077fd12dc9bb547498190571bc922b9dc485342.zip
Merge branch 'develop' of https://github.com/Whirlsplash/whirl into develop
-rw-r--r--crates/whirl_prompt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml
index 9f6e243..ffaa56a 100644
--- a/crates/whirl_prompt/Cargo.toml
+++ b/crates/whirl_prompt/Cargo.toml
@@ -22,4 +22,4 @@ colour = "0.6.0"
whirl_config = { path = "../whirl_config" }
# Web
-curl = "0.4.37"
+curl = "0.4.38"