From 92412ea7f0ec8d2a967f286e46011b7689a5e307 Mon Sep 17 00:00:00 2001 From: Lorenzo Leonardo Date: Sat, 28 Oct 2023 16:08:27 +0800 Subject: [PATCH] updated Cargo.toml to v0.2.0 breaking change in the new major release of async-curl crate --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2b74a7..9c6f70b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "async-curl" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5947d2ee35933ae080fa134caae1f9dcb034c780c215e5ef0ab2994f402189f8" +checksum = "767fbfdb9f21fd6a2e9a786cad70ca1e59f904861ca141eec6e881c484dd8f09" dependencies = [ "curl", "http", @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "curl-http-client" -version = "0.1.5" +version = "0.2.0" dependencies = [ "async-curl", "curl", diff --git a/Cargo.toml b/Cargo.toml index 13bc1cf..3ece4af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl-http-client" -version = "0.1.5" +version = "0.2.0" edition = "2021" authors = ["Lorenzo Leonardo "] license = "MIT"