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 | ffb413279e0f222f20add4860061306caf3b5b8e (patch) | |
| tree | c28f6d44011ceb0fe4a3ad7ceb65ead67a0e9431 | |
| parent | Merge pull request #96 from Whirlsplash/renovate/sysinfo-0.x (diff) | |
| download | whirl-ffb413279e0f222f20add4860061306caf3b5b8e.tar.xz whirl-ffb413279e0f222f20add4860061306caf3b5b8e.zip | |
fix(deps): update rust crate curl to 0.4.39
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_prompt/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 5eafb42..b851053 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" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 53924b2..22aaa29 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -21,4 +21,4 @@ colour = "0.6.0" whirl_config = { path = "../whirl_config" } # Web -curl = "0.4.38" +curl = "0.4.39" |