Skip to content

Commit c17e20c

Browse files
Update m3u8-rs requirement from 5.0 to 6.0
Updates the requirements on [m3u8-rs](https://github.com/rutgersc/m3u8-rs) to permit the latest version. - [Commits](https://github.com/rutgersc/m3u8-rs/commits) --- updated-dependencies: - dependency-name: m3u8-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec8b54b commit c17e20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ aes = { version = "0.8", optional = true }
4949
cbc = { version = "0.1", optional = true }
5050
dash-mpd = { version = "0.14", default-features = false, optional = true }
5151
lazy_static = { version = "1.4", optional = true }
52-
m3u8-rs = { version = "5.0", optional = true }
52+
m3u8-rs = { version = "6.0", optional = true }
5353
regex = { version = "1.10", default-features = false, features = ["std"], optional = true }
5454
tower-service = { version = "0.3.2", optional = true }
5555

0 commit comments

Comments
 (0)