aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-01-12 18:57:15 +0000
committerGitHub <[email protected]>2022-01-12 18:57:15 +0000
commit5b0578fc78266d21eadfbf62c3df5bec9381a549 (patch)
tree420f03a23fae3b15fca7b54da6b86948261af277
parentMerge pull request #127 from Whirlsplash/renovate/actix-web-3.x (diff)
parentfix(deps): update rust crate curl to 0.4.42 (diff)
downloadwhirl-5b0578fc78266d21eadfbf62c3df5bec9381a549.tar.xz
whirl-5b0578fc78266d21eadfbf62c3df5bec9381a549.zip
Merge pull request #130 from Whirlsplash/renovate/curl-0.x
fix(deps): update rust crate curl to 0.4.42
-rw-r--r--crates/whirl_api/Cargo.toml2
-rw-r--r--crates/whirl_prompt/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index 662e3d9..9339dc3 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -37,4 +37,4 @@ log = "0.4.14"
whirl_config = { path = "../whirl_config" }
# Web
-curl = "0.4.40"
+curl = "0.4.42"
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml
index 963aa73..2c6aa3b 100644
--- a/crates/whirl_prompt/Cargo.toml
+++ b/crates/whirl_prompt/Cargo.toml
@@ -21,4 +21,4 @@ colour = "0.6.0"
whirl_config = { path = "../whirl_config" }
# Web
-curl = "0.4.40"
+curl = "0.4.42"