diff options
| author | Renovate Bot <[email protected]> | 2021-05-27 15:58:59 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-05-27 15:58:59 +0000 |
| commit | 2c2cfbee222c499b15a8a54997bb8c635ba47aee (patch) | |
| tree | 1872d6c5a4d59f9ff8ebef2b6c1d87100ce57e82 | |
| parent | style(cli): remove unneeded else branch (diff) | |
| download | whirl-2c2cfbee222c499b15a8a54997bb8c635ba47aee.tar.xz whirl-2c2cfbee222c499b15a8a54997bb8c635ba47aee.zip | |
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" |