Skip to content

Commit 7373181

Browse files
authored
Merge pull request #31437 from MaterializeInc/dependabot/cargo/crossbeam-0.8.4
build(deps): bump crossbeam from 0.8.2 to 0.8.4
2 parents 8231239 + 0ca3dcc commit 7373181

File tree

3 files changed

+13
-20
lines changed

3 files changed

+13
-20
lines changed

Cargo.lock

Lines changed: 8 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/kafka-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aws-types = "1.1.1"
1818
base64 = "0.22.0"
1919
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
2020
clap = { version = "4.5.23", features = ["derive"] }
21-
crossbeam = "0.8.2"
21+
crossbeam = "0.8.4"
2222
fancy-regex = "0.14.0"
2323
futures = "0.3.25"
2424
mz-avro = { path = "../avro" }

src/workspace-hack/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ clap_builder = { version = "4.5.23", default-features = false, features = ["colo
3838
concurrent-queue = { version = "2.5.0" }
3939
console = { version = "0.15.10", default-features = false, features = ["ansi-parsing", "unicode-width"] }
4040
criterion = { version = "0.5.1", features = ["async_tokio", "html_reports"] }
41-
crossbeam-deque = { version = "0.8.3" }
42-
crossbeam-epoch = { version = "0.9.13" }
41+
crossbeam-deque = { version = "0.8.6" }
42+
crossbeam-epoch = { version = "0.9.18" }
4343
crossbeam-utils = { version = "0.8.20" }
4444
crypto-common = { version = "0.1.6", default-features = false, features = ["std"] }
4545
csv-async = { version = "1.3.0", features = ["tokio"] }
@@ -172,8 +172,8 @@ clap_builder = { version = "4.5.23", default-features = false, features = ["colo
172172
concurrent-queue = { version = "2.5.0" }
173173
console = { version = "0.15.10", default-features = false, features = ["ansi-parsing", "unicode-width"] }
174174
criterion = { version = "0.5.1", features = ["async_tokio", "html_reports"] }
175-
crossbeam-deque = { version = "0.8.3" }
176-
crossbeam-epoch = { version = "0.9.13" }
175+
crossbeam-deque = { version = "0.8.6" }
176+
crossbeam-epoch = { version = "0.9.18" }
177177
crossbeam-utils = { version = "0.8.20" }
178178
crypto-common = { version = "0.1.6", default-features = false, features = ["std"] }
179179
csv-async = { version = "1.3.0", features = ["tokio"] }

0 commit comments

Comments
 (0)