Skip to content

Commit

Permalink
chore(deps): update dependencies (minor changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent 454bec8 commit 3dddceb
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 42 deletions.
89 changes: 49 additions & 40 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 @@ -61,7 +61,7 @@ libc = "~0"
utils = { path = "utils" }
rayon = "~1.5"
tempfile = "~3.3"
criterion = { version = "~0.3", features = ["html_reports", "cargo_bench_support", "csv_output"] }
criterion = { version = "~0.4", features = ["html_reports", "cargo_bench_support", "csv_output"] }

[dev-dependencies.cargo-husky]
version = "1"
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2018"
[dependencies]
rayon = "~1.5"
tempfile = "~3.3"
which = "~4.2"
which = "~4.3"
log = "~0.4"
env_logger = "~0.9"

0 comments on commit 3dddceb

Please sign in to comment.