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 | 8cb69427079e882b3573b1772e7a55f254d9f6a6 (patch) | |
| tree | 33f8167800138c846305a0e0490cf4e63bb76f85 /crates/whirl_api/Cargo.toml | |
| parent | Merge pull request #127 from Whirlsplash/renovate/actix-web-3.x (diff) | |
| download | whirl-8cb69427079e882b3573b1772e7a55f254d9f6a6.tar.xz whirl-8cb69427079e882b3573b1772e7a55f254d9f6a6.zip | |
fix(deps): update rust crate curl to 0.4.42
Diffstat (limited to 'crates/whirl_api/Cargo.toml')
| -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 ef8ac44..3daebe6 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" |