Skip to content

Commit 4b16aa5

Browse files
committed
publish(stream_lib): 0.5
- Updates reqwest to 0.12
1 parent 6c5f2ae commit 4b16aa5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

rsget_cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repository = "https://github.com/Erk-/rsget/tree/master/rsget_cli"
1111

1212
[dependencies]
1313
rsget_lib = { version = "0.3", path = "../rsget_lib" }
14-
stream_lib = { version = "0.4", path = "../stream_lib" }
14+
stream_lib = { version = "0.5", path = "../stream_lib" }
1515
tracing = "0.1"
1616
tracing-subscriber = "0.3.18"
1717
clap = { version = "4.4.11", features = ["derive"] }
1818
tokio = { version = "1", features = ["fs", "rt-multi-thread", "io-util", "io-std"] }
19-
reqwest = "0.11"
19+
reqwest = "0.12"
2020
indicatif = "0.17.7"
2121
futures-util = "0.3.30"
2222

rsget_lib/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ regex = "1.10"
1919
http = "0.2.11"
2020
chrono = "0.4"
2121
hls_m3u8 = "0.4"
22-
reqwest = { version = "0.11", features = ["json"] }
22+
reqwest = { version = "0.12", features = ["json"] }
2323
rand = { version ="0.8", features = ["small_rng"] }
2424
async-trait = "0.1"
2525
webbrowser = "0.8"
2626

2727
[dependencies.stream_lib]
2828
default-features = false
29-
version = "0.4.1"
29+
version = "0.5.0"
3030
path = "../stream_lib"
3131
features = []

stream_lib/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stream_lib"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = ["Valdemar Erk <cargo@erk.dev>"]
55
description = "Tool to download differnt types of streams"
66
license = "ISC"
@@ -11,7 +11,7 @@ repository = "https://github.com/Erk-/rsget/tree/master/stream_lib"
1111

1212
[dependencies]
1313
hls_m3u8 = "0.4.1"
14-
reqwest = { version = "0.11.22", features = ["stream"] }
14+
reqwest = { version = "0.12.5", features = ["stream"] }
1515
tracing = "0.1.40"
1616
url = "2.5.0"
1717
futures-util = "0.3.30"

0 commit comments

Comments
 (0)