diff --git a/Cargo.lock b/Cargo.lock index 52de5713..32c048d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ dependencies = [ "dotenvy", "futures", "futures-util", - "http 0.2.12", + "http 1.3.1", "indicatif", "lazy_static", "log", diff --git a/Cargo.toml b/Cargo.toml index 6c48d552..ef8b8ef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ custom_error = "1.9.2" dotenvy = "0.15.7" futures = "0.3.30" futures-util = "0.3.30" -http = "0.2.12" +http = "1.0.0" indicatif = "0.18.0" lazy_static = "1.4.0" log = "0.4.21"