diff --git a/Cargo.lock b/Cargo.lock index f3493a3..48285ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2535,7 +2535,7 @@ dependencies = [ "dyn-clone", "futures", "glob", - "http 0.2.12", + "http 1.2.0", "itertools", "more-asserts", "once_cell", @@ -2589,7 +2589,7 @@ dependencies = [ "dirs", "duct", "futures", - "http 0.2.12", + "http 1.2.0", "once_cell", "rand 0.8.5", "regex", diff --git a/Cargo.toml b/Cargo.toml index 41b7d1c..2f337ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ duct = "0.13.5" dyn-clone = "1.0.9" futures = "0.3" glob = "0.3" -http = "0.2" +http = "1.2" indicatif = "0.17.3" itertools = "0.10" more-asserts = "0.3.1"