Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Sep 14, 2024
1 parent 1773a4d commit c5ca63a
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dolby_vision = { path = "dolby_vision", "features" = ["xml", "serde"] }
bitvec_helpers = { version = "3.1.6", default-features = false, features = ["bitstream-io"] }
hevc_parser = { version = "0.6.4", features = ["hevc_io"] }
madvr_parse = "1.0.2"
hdr10plus = { version = "2.1.1", features = ["json"] }
hdr10plus = { version = "2.1.3", features = ["json"] }

anyhow = "1.0.88"
clap = { version = "4.5.17", features = ["derive", "wrap_help", "deprecated"] }
Expand Down
68 changes: 34 additions & 34 deletions dolby_vision/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 dolby_vision/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ description = "Dolby Vision metadata parsing and writing"
repository = "https://github.com/quietvoid/dovi_tool/tree/main/dolby_vision"

[dependencies]
bitvec_helpers = { version = "3.1.5", default-features = false, features = ["bitstream-io"] }
anyhow = "1.0.86"
bitvec_helpers = { version = "3.1.6", default-features = false, features = ["bitstream-io"] }
anyhow = "1.0.88"
bitvec = "1.0.1"
crc = "3.2.1"
roxmltree = { version = "0.20.0", optional = true }
serde = { version = "1.0.208", features = ["derive"], "optional" = true }
serde_json = { version = "1.0.125", features = ["preserve_order"], "optional" = true }
serde = { version = "1.0.210", features = ["derive"], "optional" = true }
serde_json = { version = "1.0.128", features = ["preserve_order"], "optional" = true }
tinyvec = { version = "1.8.0", features = ["rustc_1_55"] }

libc = { version = "0.2", optional = true }
Expand Down

0 comments on commit c5ca63a

Please sign in to comment.