Skip to content

Commit

Permalink
chore(deps): update dependencies (minor changes) (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 11, 2021
1 parent 68152a5 commit d618733
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 95 deletions.
119 changes: 29 additions & 90 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 @@ -59,7 +59,7 @@ libc = "~0"
[dev-dependencies]
utils = { path = "utils" }
rayon = "~1.5"
tempfile = "~3.1"
tempfile = "~3.2"
criterion = { version = "~0.3", features = ["html_reports", "cargo_bench_support", "csv_output"] }

[dev-dependencies.cargo-husky]
Expand Down
8 changes: 4 additions & 4 deletions utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rayon = "~1.5.0"
tempfile = "~3.1.0"
which = "~4.0.2"
rayon = "~1.5.1"
tempfile = "~3.2.0"
which = "~4.1.0"
log = "~0.4.14"
env_logger = "~0.8.3"
env_logger = "~0.8.4"

0 comments on commit d618733

Please sign in to comment.