diff --git a/Cargo.lock b/Cargo.lock index f037dbf..45f8115 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1474,17 +1474,6 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" -[[package]] -name = "http" -version = "0.2.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" -dependencies = [ - "bytes", - "fnv", - "itoa", -] - [[package]] name = "http" version = "1.1.0" @@ -1503,7 +1492,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" dependencies = [ "bytes", - "http 1.1.0", + "http", ] [[package]] @@ -1514,7 +1503,7 @@ checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" dependencies = [ "bytes", "futures-core", - "http 1.1.0", + "http", "http-body", "pin-project-lite", ] @@ -1534,7 +1523,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.1.0", + "http", "http-body", "httparse", "itoa", @@ -1551,7 +1540,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" dependencies = [ "futures-util", - "http 1.1.0", + "http", "hyper", "hyper-util", "rustls 0.22.4", @@ -1570,7 +1559,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.1.0", + "http", "http-body", "hyper", "pin-project-lite", @@ -2511,11 +2500,11 @@ dependencies = [ [[package]] name = "parse_link_header" -version = "0.3.3" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3687fe9debbbf2a019f381a8bc6b42049b22647449b39af54b3013985c0cf6de" +checksum = "fbc23fdb8bbf668d582b0c17120bf6b7f91d85ccad3a5b39706f019a4efda005" dependencies = [ - "http 0.2.12", + "http", "lazy_static", "regex", ] @@ -2955,7 +2944,7 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "http 1.1.0", + "http", "http-body", "http-body-util", "hyper", diff --git a/Cargo.toml b/Cargo.toml index 9556569..a626ca7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ iced_aw = { git = "https://github.com/iced-rs/iced_aw.git", rev = "9ed46bffd0d81 lazy_static = "1.5" log = { version = "0.4.22", features = ["std"] } open = "5" -parse_link_header = "0.3" +parse_link_header = "0.4" platform-dirs = "0.3.0" progress-streams = "1.1.0" regex = "1"