Skip to content

Commit

Permalink
build(deps): bump num_cpus from 1.14.0 to 1.15.0
Browse files Browse the repository at this point in the history
Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.14.0 to 1.15.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.14.0...v1.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 23, 2022
1 parent d21ef32 commit ebaa3b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ futures-lite = "1.12.0"
hex = { workspace = true }
jsonrpc-core = { workspace = true }
log = { workspace = true }
num_cpus = "1.14.0"
num_cpus = "1.15.0"
pallet-transaction-payment-rpc = { workspace = true }
parity-scale-codec = { features = ["std"], workspace = true }
primitives = { workspace = true, features = ["prometheus"] }
Expand Down

0 comments on commit ebaa3b7

Please sign in to comment.