Skip to content

Commit

Permalink
fix(deps): update rust crate num_cpus to 1.15.0 (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 24, 2022
1 parent dfc0543 commit b90c595
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 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 crates/cli/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ anyhow = "1.0"
clap = { version = "4.0.32", features = ["derive"] }
codespan-reporting = "0.11.1"
ignore = "0.4.18"
num_cpus = "1.14.0"
num_cpus = "1.15.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.16"
serde_json = "1.0.91"
Expand Down

0 comments on commit b90c595

Please sign in to comment.