Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Oct 18, 2023
1 parent efb0f48 commit 25224b1
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 48 deletions.
91 changes: 45 additions & 46 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 @@ -23,7 +23,7 @@ clap = { version = "4.4.6", features = ["derive", "wrap_help", "deprecated"] }
clap_lex = "*"
indicatif = "0.17.7"
bitvec = "1.0.1"
serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = { version = "1.0.107", features = ["preserve_order"] }
itertools = "0.11.0"
plotters = { version = "0.3.5", default-features = false, features = ["bitmap_backend", "bitmap_encoder", "all_series"] }
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 = { version = "3.1.2", default-features = false, features = ["bit
anyhow = "1.0.75"
bitvec = "1.0.1"
crc = "3.0.1"
serde = { version = "1.0.188", features = ["derive"], "optional" = true }
serde = { version = "1.0.189", features = ["derive"], "optional" = true }
serde_json = { version = "1.0.107", features = ["preserve_order"], "optional" = true }
roxmltree = { version = "0.18.1", optional = true }

Expand Down

0 comments on commit 25224b1

Please sign in to comment.