diff options
| author | Fuwn <[email protected]> | 2021-05-27 09:59:50 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-27 09:59:50 +0000 |
| commit | 354c1b8f5e22a4819b1b54c57a15a766861493e4 (patch) | |
| tree | 1872d6c5a4d59f9ff8ebef2b6c1d87100ce57e82 | |
| parent | style(cli): remove unneeded else branch (diff) | |
| parent | fix(deps): update rust crate curl to 0.4.38 (diff) | |
| download | whirl-354c1b8f5e22a4819b1b54c57a15a766861493e4.tar.xz whirl-354c1b8f5e22a4819b1b54c57a15a766861493e4.zip | |
Merge pull request #37 from Whirlsplash/renovate/curl-0.x
fix(deps): update rust crate curl to 0.4.38
| -rw-r--r-- | crates/whirl_prompt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 324a9ca..1fd8ddf 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -22,4 +22,4 @@ colour = "0.6.0" whirl_config = { path = "../whirl_config" } # Web -curl = "0.4.37" +curl = "0.4.38" |