diff options
| author | Renovate Bot <[email protected]> | 2021-11-02 15:17:19 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-11-02 15:17:19 +0000 |
| commit | 5344ed0329fac93866e3f6f60ba938437bd09d37 (patch) | |
| tree | e27e71f1522de8387e9ffaf90a427d7dfe409242 | |
| parent | Merge pull request #109 from Whirlsplash/renovate/tokio-stream-0.x (diff) | |
| download | whirl-5344ed0329fac93866e3f6f60ba938437bd09d37.tar.xz whirl-5344ed0329fac93866e3f6f60ba938437bd09d37.zip | |
fix(deps): update rust crate curl to 0.4.40
| -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 f454724..5f6d128 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.39" +curl = "0.4.40" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 477d857..963aa73 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.39" +curl = "0.4.40" |