diff options
| author | Renovate Bot <[email protected]> | 2021-10-01 17:36:16 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-10-01 17:36:16 +0000 |
| commit | 4f94bc00164d8302573bbb53f6955ce92aabaded (patch) | |
| tree | 2ccdd7fe33c23576890a85149b668cfe93c0f994 /crates/whirl_api | |
| parent | Merge pull request #96 from Whirlsplash/renovate/sysinfo-0.x (diff) | |
| download | whirl-4f94bc00164d8302573bbb53f6955ce92aabaded.tar.xz whirl-4f94bc00164d8302573bbb53f6955ce92aabaded.zip | |
fix(deps): update rust crate curl to 0.4.39
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 f61fb72..1590431 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.38" +curl = "0.4.39" |