diff options
| author | Renovate Bot <[email protected]> | 2022-01-12 18:49:37 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-01-12 18:49:37 +0000 |
| commit | a21001d8156084e0bdf4647a31812f85994172cf (patch) | |
| tree | 420f03a23fae3b15fca7b54da6b86948261af277 /crates/whirl_api | |
| parent | Merge pull request #127 from Whirlsplash/renovate/actix-web-3.x (diff) | |
| download | whirl-a21001d8156084e0bdf4647a31812f85994172cf.tar.xz whirl-a21001d8156084e0bdf4647a31812f85994172cf.zip | |
fix(deps): update rust crate curl to 0.4.42
Diffstat (limited to 'crates/whirl_api')
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 662e3d9..9339dc3 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.40" +curl = "0.4.42" |