diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-01-12 18:57:15 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-12 18:57:15 +0000 |
| commit | 6b212bcfbdd2ade907906dc1569a58e9b000cdf7 (patch) | |
| tree | 33f8167800138c846305a0e0490cf4e63bb76f85 | |
| parent | Merge pull request #127 from Whirlsplash/renovate/actix-web-3.x (diff) | |
| parent | fix(deps): update rust crate curl to 0.4.42 (diff) | |
| download | whirl-6b212bcfbdd2ade907906dc1569a58e9b000cdf7.tar.xz whirl-6b212bcfbdd2ade907906dc1569a58e9b000cdf7.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.toml | 2 | ||||
| -rw-r--r-- | 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 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" |