Skip to content

Commit

Permalink
build(deps): bump num_cpus from 1.15.0 to 1.16.0
Browse files Browse the repository at this point in the history
Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/seanmonstar/num_cpus/releases)
- [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/num_cpus@v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: num_cpus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2023
1 parent ac381f1 commit 4b8792e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 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 @@ -23,7 +23,7 @@ env_logger = "0.10.0"
itertools = "0.10.5"
libheif-rs = "0.15.0"
log = "0.4.18"
num_cpus = "1.15.0"
num_cpus = "1.16.0"
ordered-float = { version = "3.2.0", features = ["serde"] }
plist = "1.4.3"
png = "0.17.9"
Expand Down

0 comments on commit 4b8792e

Please sign in to comment.