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 Nov 20, 2022
1 parent 454bec8 commit cfa06de
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 50 deletions.
99 changes: 53 additions & 46 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ libc = "~0"

[dev-dependencies]
utils = { path = "utils" }
rayon = "~1.5"
rayon = "~1.6"
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
4 changes: 2 additions & 2 deletions utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ authors = ["Christian Mösl <[email protected]>"]
edition = "2018"

[dependencies]
rayon = "~1.5"
rayon = "~1.6"
tempfile = "~3.3"
which = "~4.2"
which = "~4.3"
log = "~0.4"
env_logger = "~0.9"

0 comments on commit cfa06de

Please sign in to comment.