Skip to content

Commit

Permalink
Update crate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Sep 1, 2024
1 parent 6165029 commit 0f7dd78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] }
tracing = { version = "0.1.40", features = ["attributes"] }
tracing-subscriber = { version = "0.3", features = ["env-filter", "time"] }
time = { version = "0.3.36", features = ["local-offset"] }
# dash-mpd = { version = "0.17.1", default-features = false, features = ["fetch", "compression", "rustls-tls", "scte35"] }
dash-mpd = { path = "../dash-mpd-rs", default-features = false, features = ["fetch", "compression", "rustls-tls", "scte35"] }
dash-mpd = { version = "0.17.1", default-features = false, features = ["fetch", "compression", "rustls-tls", "scte35"] }
reqwest = { version = "0.12.7", default-features = false, features = ["gzip", "rustls-tls", "socks", "json", "cookies"] }
# We need to stay synchronized with the version used in the decrypt-cookies crate.
strum = { version = "0.26.3", features = ["derive"] }
Expand Down

0 comments on commit 0f7dd78

Please sign in to comment.