chore(deps): Bump num_cpus from 1.14.0 to 1.15.0 (#6451)

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](https://github.com/seanmonstar/num_cpus/compare/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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-12-21 15:17:55 +00:00 committed by GitHub
parent 7abef9b7bd
commit ed17069087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@ -3522,11 +3522,11 @@ dependencies = [
[[package]] [[package]]
name = "num_cpus" name = "num_cpus"
version = "1.14.0" version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5" checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
dependencies = [ dependencies = [
"hermit-abi 0.1.19", "hermit-abi 0.2.6",
"libc", "libc",
] ]

View File

@ -58,7 +58,7 @@ http = "0.2.8"
humantime = "2.1.0" humantime = "2.1.0"
itertools = "0.10.5" itertools = "0.10.5"
libc = { version = "0.2" } libc = { version = "0.2" }
num_cpus = "1.13.0" num_cpus = "1.15.0"
once_cell = { version = "1.16.0", features = ["parking_lot"] } once_cell = { version = "1.16.0", features = ["parking_lot"] }
rustyline = { version = "10.0", default-features = false } rustyline = { version = "10.0", default-features = false }
serde_json = "1.0.91" serde_json = "1.0.91"

View File

@ -10,7 +10,7 @@ datafusion = { workspace = true }
datafusion_util = { path = "../datafusion_util" } datafusion_util = { path = "../datafusion_util" }
influxdb_line_protocol = { path = "../influxdb_line_protocol" } influxdb_line_protocol = { path = "../influxdb_line_protocol" }
futures = {version = "0.3"} futures = {version = "0.3"}
num_cpus = "1.13.1" num_cpus = "1.15.0"
object_store = { version = "0.5.2" } object_store = { version = "0.5.2" }
parquet_file = { path = "../parquet_file" } parquet_file = { path = "../parquet_file" }
schema = { path = "../schema" } schema = { path = "../schema" }