diff --git a/rsget_cli/Cargo.toml b/rsget_cli/Cargo.toml index 6d408f9..e28172d 100644 --- a/rsget_cli/Cargo.toml +++ b/rsget_cli/Cargo.toml @@ -16,7 +16,7 @@ tracing = "0.1" tracing-subscriber = "0.3.18" clap = { version = "4.4.11", features = ["derive"] } tokio = { version = "1", features = ["fs", "rt-multi-thread", "io-util", "io-std"] } -reqwest = "0.11" +reqwest = "0.12" indicatif = "0.17.7" futures-util = "0.3.30" diff --git a/rsget_lib/Cargo.toml b/rsget_lib/Cargo.toml index 65da7a7..2405f2d 100644 --- a/rsget_lib/Cargo.toml +++ b/rsget_lib/Cargo.toml @@ -19,7 +19,7 @@ regex = "1.10" http = "0.2.11" chrono = "0.4" hls_m3u8 = "0.4" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12", features = ["json"] } rand = { version ="0.8", features = ["small_rng"] } async-trait = "0.1" webbrowser = "0.8" diff --git a/stream_lib/Cargo.toml b/stream_lib/Cargo.toml index a91eb53..3db3c4b 100644 --- a/stream_lib/Cargo.toml +++ b/stream_lib/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/Erk-/rsget/tree/master/stream_lib" [dependencies] hls_m3u8 = "0.4.1" -reqwest = { version = "0.11.23", features = ["stream"] } +reqwest = { version = "0.12.2", features = ["stream"] } tracing = "0.1.40" url = "2.5.0" futures-util = "0.3.30"