-
- Downloads
Update dependencies
... | @@ -17,12 +17,12 @@ edition = "2018" | ... | @@ -17,12 +17,12 @@ edition = "2018" |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | [dependencies] | ||
anyhow = "1.0" | anyhow = "1.0.32" | ||
fraction = "0.6" | fraction = "0.6.3" | ||
image = "0.23" | image = "0.23.9" | ||
serde_json = "1.0" | serde_json = "1.0.57" | ||
serde = { version = "1.0", features = ["derive"] } | serde = { version = "1.0.116", features = ["derive"] } | ||
structopt = "0.3" | structopt = "0.3.18" | ||
ffmpeg_api = { path = "lib/ffmpeg_api" } | ffmpeg_api = { path = "lib/ffmpeg_api" } | ||
media_time = { path = "lib/media_time" } | media_time = { path = "lib/media_time" } | ||
... | ... |
Please register or sign in to comment