Skip to content

Commit d2814bb

Browse files
build(deps): bump crossbeam from 0.8.2 to 0.8.4
Bumps [crossbeam](https://github.com/crossbeam-rs/crossbeam) from 0.8.2 to 0.8.4. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-0.8.2...crossbeam-0.8.4) --- updated-dependencies: - dependency-name: crossbeam dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bed4b18 commit d2814bb

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
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" }

0 commit comments

Comments
 (0)