From 4f94bc00164d8302573bbb53f6955ce92aabaded Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Oct 2021 17:36:16 +0000 Subject: fix(deps): update rust crate curl to 0.4.39 --- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_prompt/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index f61fb72..1590431 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.38" +curl = "0.4.39" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index b355578..278395b 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.38" +curl = "0.4.39" -- cgit v1.2.3