Skip to content

Commit

Permalink
Update my libs
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Dec 28, 2023
1 parent 7227f59 commit 7573918
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ path = "src/main.rs"

[dependencies]
dolby_vision = { path = "dolby_vision", "features" = ["xml", "serde"] }
bitvec_helpers = { version = "3.1.2", default-features = false, features = ["bitstream-io"] }
hevc_parser = { version = "0.6.1", features = ["hevc_io"] }
madvr_parse = "1.0.1"
hdr10plus = { version = "2.1.0", features = ["json"] }
bitvec_helpers = { version = "3.1.3", default-features = false, features = ["bitstream-io"] }
hevc_parser = { version = "0.6.2", features = ["hevc_io"] }
madvr_parse = "1.0.2"
hdr10plus = { version = "2.1.1", features = ["json"] }

anyhow = "1.0.77"
clap = { version = "4.4.11", features = ["derive", "wrap_help", "deprecated"] }
Expand Down
2 changes: 1 addition & 1 deletion dolby_vision/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Dolby Vision metadata parsing and writing"
repository = "https://github.com/quietvoid/dovi_tool/tree/main/dolby_vision"

[dependencies]
bitvec_helpers = { version = "3.1.2", default-features = false, features = ["bitstream-io"] }
bitvec_helpers = { version = "3.1.3", default-features = false, features = ["bitstream-io"] }
anyhow = "1.0.77"
bitvec = "1.0.1"
crc = "3.0.1"
Expand Down

0 comments on commit 7573918

Please sign in to comment.