Skip to content

Commit

Permalink
update reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
Erk- committed Jul 6, 2024
1 parent 2571a2e commit 3f53f14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rsget_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion rsget_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion stream_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3f53f14

Please sign in to comment.