-
- Downloads
Updated dependencies
Showing
- Cargo.lock 225 additions, 129 deletionsCargo.lock
- Cargo.toml 4 additions, 4 deletionsCargo.toml
- lib/ffmpeg_api/Cargo.toml 5 additions, 5 deletionslib/ffmpeg_api/Cargo.toml
- lib/media_time/Cargo.toml 2 additions, 2 deletionslib/media_time/Cargo.toml
- lib/webvtt/Cargo.toml 1 addition, 1 deletionlib/webvtt/Cargo.toml
... | @@ -17,9 +17,9 @@ edition = "2018" | ... | @@ -17,9 +17,9 @@ 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.28" | anyhow = "1.0" | ||
fraction = "0.6.2" | fraction = "0.6" | ||
image = "0.23.0" | image = "0.23" | ||
serde_json = "1.0" | serde_json = "1.0" | ||
serde = { version = "1.0", features = ["derive"] } | serde = { version = "1.0", features = ["derive"] } | ||
structopt = "0.3" | structopt = "0.3" | ||
... | ... |
Please register or sign in to comment