diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-10-02 00:26:05 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-02 00:26:05 +0000 |
| commit | 75da7e75e125947a4fa1f6a9d37dcc4f62bf44f4 (patch) | |
| tree | 2ccdd7fe33c23576890a85149b668cfe93c0f994 | |
| parent | Merge pull request #96 from Whirlsplash/renovate/sysinfo-0.x (diff) | |
| parent | fix(deps): update rust crate curl to 0.4.39 (diff) | |
| download | whirl-75da7e75e125947a4fa1f6a9d37dcc4f62bf44f4.tar.xz whirl-75da7e75e125947a4fa1f6a9d37dcc4f62bf44f4.zip | |
Merge pull request #97 from Whirlsplash/renovate/curl-0.x
fix(deps): update rust crate curl to 0.4.39
| -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 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" |