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 | a06dce2d3e18db0092ac51f6700e01fc7629f40c (patch) | |
| tree | c28f6d44011ceb0fe4a3ad7ceb65ead67a0e9431 | |
| 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-a06dce2d3e18db0092ac51f6700e01fc7629f40c.tar.xz whirl-a06dce2d3e18db0092ac51f6700e01fc7629f40c.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 5eafb42..b851053 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 53924b2..22aaa29 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" |