Skip to content

Commit

Permalink
fix(deps): update rust crate num_cpus to 1.16.0 (#42)
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] authored and bassco committed Nov 6, 2023
1 parent b7c6d19 commit c2534db
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ actix-web = "2.0.0"
actix-rt = "1.1.1"
actix-service = "1.0.6"
actix-http = "1.0.1"
num_cpus = "1.13.0"
num_cpus = "1.16.0"
prometheus = {version = "0.10.0", features = ["process", "nightly"] }
prometheus-static-metric = "0.5.1"
log = "0.4.20"
Expand Down

0 comments on commit c2534db

Please sign in to comment.