Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Oct 15, 2021
1 parent e689de6 commit b28b032
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 53 deletions.
108 changes: 57 additions & 51 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 av_metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include = ["src/**/*"]
[dependencies]
crossbeam = "0.8"
itertools = "0.10.0"
lab = "0.10.0"
lab = "0.11.0"
num-traits = "0.2"
rayon = "1.5"
serde = { version = "1", features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion av_metrics_tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = ["src/**/*"]
av-metrics = { version = "0.7", features = ["serde"] }
av-metrics-decoders = "0.1.1"
clap = "2.33"
console = "0.14.0"
console = "0.15.0"
indicatif = "0.16.0"
serde = "1"
serde_json = "1"
Expand Down

0 comments on commit b28b032

Please sign in to comment.