Skip to content

Commit 8c00ff9

Browse files
build(deps): bump num_cpus from 1.15.0 to 1.16.0
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]>
1 parent 281408a commit 8c00ff9

File tree

9 files changed

+14
-23
lines changed

9 files changed

+14
-23
lines changed

Cargo.lock

+6-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/balancerd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mz-orchestrator-tracing = { path = "../orchestrator-tracing" }
2424
mz-ore = { path = "../ore", default-features = false }
2525
mz-server-core = { path = "../server-core" }
2626
mz-pgwire-common = { path = "../pgwire-common" }
27-
num_cpus = "1.14.0"
27+
num_cpus = "1.16.0"
2828
openssl = { version = "0.10.48", features = ["vendored"] }
2929
prometheus = { version = "0.13.3", default-features = false }
3030
semver = "1.0.16"

src/environmentd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ mz-storage-types = { path = "../storage-types" }
7373
mz-tls-util = { path = "../tls-util" }
7474
mz-tracing = { path = "../tracing", optional = true }
7575
nix = "0.26.1"
76-
num_cpus = "1.14.0"
76+
num_cpus = "1.16.0"
7777
openssl = { version = "0.10.48", features = ["vendored"] }
7878
openssl-sys = { version = "0.9.80", features = ["vendored"] }
7979
opentelemetry = { version = "0.20.0", features = ["rt-tokio", "trace"] }

src/kafka-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mz-avro = { path = "../avro" }
1717
mz-ccsr = { path = "../ccsr" }
1818
mz-ore = { path = "../ore", features = ["cli", "network", "async"] }
1919
mz-ssh-util = { path = "../ssh-util" }
20-
num_cpus = "1.14.0"
20+
num_cpus = "1.16.0"
2121
prost = { version = "0.11.3", features = ["no-recursion-limit"] }
2222
rand = "0.8.5"
2323
rdkafka = { version = "0.29.0", features = ["cmake-build", "ssl-vendored", "libz-static", "zstd"] }

src/persist-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mz-persist = { path = "../persist" }
2929
mz-persist-client = { path = "../persist-client" }
3030
mz-persist-txn = { path = "../persist-txn" }
3131
mz-persist-types = { path = "../persist-types" }
32-
num_cpus = "1.14.0"
32+
num_cpus = "1.16.0"
3333
num_enum = "0.5.7"
3434
prometheus = { version = "0.13.3", default-features = false }
3535
serde = { version = "1.0.152", features = ["derive", "rc"] }

src/persist-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack" }
6565
criterion = { version = "0.4.0", features = ["html_reports"] }
6666
datadriven = { version = "0.6.0", features = ["async"] }
6767
futures-task = "0.3.21"
68-
num_cpus = "1.14.0"
68+
num_cpus = "1.16.0"
6969
tempfile = "3.2.0"
7070

7171
[build-dependencies]

src/rocksdb-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
anyhow = "1.0.66"
1111
mz-ore = { path = "../ore", features = ["async", "metrics", "test"] }
1212
mz-proto = { path = "../proto" }
13-
num_cpus = "1.14.0"
13+
num_cpus = "1.16.0"
1414
prost = { version = "0.11.3", features = ["no-recursion-limit"] }
1515
proptest = { version = "1.0.0", default-features = false, features = ["std"]}
1616
proptest-derive = { version = "0.3.0", features = ["boxed_union"]}

src/rocksdb/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ once_cell = "1.16.0"
1515
mz-ore = { path = "../ore", features = ["async", "metrics", "test"] }
1616
mz-proto = { path = "../proto" }
1717
mz-rocksdb-types = { path = "../rocksdb-types" }
18-
num_cpus = "1.14.0"
18+
num_cpus = "1.16.0"
1919
prometheus = { version = "0.13.3", default-features = false }
2020
prost = { version = "0.11.3", features = ["no-recursion-limit"] }
2121
proptest = { version = "1.0.0", default-features = false, features = ["std"]}

src/storage/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ humantime = "2.1.0"
105105
mz-http-util = { path = "../http-util" }
106106
mz-orchestrator-tracing = { path = "../orchestrator-tracing" }
107107
itertools = "0.10.5"
108-
num_cpus = "1.14.0"
108+
num_cpus = "1.16.0"
109109
tempfile = "3.2.0"
110110
tokio = { version = "1.32.0", features = ["test-util"] }
111111

0 commit comments

Comments
 (0)