aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-11-10 04:46:50 +0000
committerGitHub <[email protected]>2021-11-10 04:46:50 +0000
commit8af2348d2d2e1dd4b448961d734cc65f6d0a8a08 (patch)
tree23cfe6c26287d677bd47b8c27462e75833733dc8
parentMerge pull request #109 from Whirlsplash/renovate/tokio-stream-0.x (diff)
parentfix(deps): update rust crate curl to 0.4.40 (diff)
downloadwhirl-8af2348d2d2e1dd4b448961d734cc65f6d0a8a08.tar.xz
whirl-8af2348d2d2e1dd4b448961d734cc65f6d0a8a08.zip
Merge pull request #112 from Whirlsplash/renovate/curl-0.x
fix(deps): update rust crate curl to 0.4.40
-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 67e4fe1..58bccb3 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.39"
+curl = "0.4.40"
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml
index 4709bcb..178a2af 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.39"
+curl = "0.4.40"