trim dependencies

This commit is contained in:
Scott Lamb 2021-06-04 21:20:03 -07:00
parent 8a40070b8a
commit 1bcc864344
2 changed files with 3 additions and 4 deletions

1
Cargo.lock generated
View File

@ -823,7 +823,6 @@ dependencies = [
"log",
"mylog",
"once_cell",
"parking_lot",
"pin-project",
"pretty-hex",
"rtcp",

View File

@ -27,12 +27,12 @@ rtp-rs = "0.5.0"
rtsp-types = { git = "https://github.com/sdroege/rtsp-types" }
sdp = "0.1.3"
smallvec = { version = "1.6.1", features = ["union"] }
structopt = "0.3.21"
time = "0.1.43"
tokio = { version = "1.5.0", features = ["full", "parking_lot"] }
tokio = { version = "1.5.0", features = ["macros", "net", "time"] }
tokio-util = { version = "0.6.6", features = ["codec"] }
url = "2.2.1"
[dev-dependencies]
mylog = { git = "https://github.com/scottlamb/mylog" }
parking_lot = "0.11.0"
structopt = "0.3.21"
tokio = { version = "1.5.0", features = ["fs", "io-util", "macros", "parking_lot", "rt-multi-thread", "signal"] }