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 | 3d9fea14f6b79932c7d092ba830841e401d10e4c (patch) | |
| tree | d96e9706d238f7bdab3352d5f2cc01d84af6cabc /crates/whirl_prompt | |
| parent | style(cli): remove unneeded else branch (diff) | |
| download | whirl-3d9fea14f6b79932c7d092ba830841e401d10e4c.tar.xz whirl-3d9fea14f6b79932c7d092ba830841e401d10e4c.zip | |
fix(deps): update rust crate curl to 0.4.38
Diffstat (limited to 'crates/whirl_prompt')
| -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 9f6e243..ffaa56a 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" |