Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed May 1, 2022
1 parent 0b52864 commit 6286d5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dovi_tool"
version = "1.4.7"
version = "1.5.0"
authors = ["quietvoid"]
edition = "2021"
rust-version = "1.56.0"
Expand All @@ -13,11 +13,11 @@ dolby_vision = { path = "dolby_vision", "features" = ["xml", "serde_feature"] }
madvr_parse = { path = "madvr_parse" }

anyhow = "1.0.57"
clap = { version = "3.1.13", features = ["derive", "wrap_help"] }
clap = { version = "3.1.14", features = ["derive", "wrap_help"] }
indicatif = "0.16.2"
regex = "1.5.5"
bitvec = "1.0.0"
serde = { version = "1.0.136", features = ["derive"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = { version = "1.0.80", features = ["preserve_order"] }
rayon = "1.5.2"
itertools = "0.10.3"
Expand Down
2 changes: 1 addition & 1 deletion dolby_vision/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bitvec_helpers = "1.0.2"
anyhow = "1.0.57"
bitvec = "1.0.0"
crc = "3.0.0"
serde = { version = "1.0.136", features = ["derive"], "optional" = true }
serde = { version = "1.0.137", features = ["derive"], "optional" = true }
serde_json = { version = "1.0.80", features = ["preserve_order"], "optional" = true }
roxmltree = { version = "0.14.1", optional = true }

Expand Down

0 comments on commit 6286d5f

Please sign in to comment.