aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ef8ac44..3daebe6 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 178a2af..57a7017 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"