Skip to content

Commit b945d0a

Browse files
petrosaggSean Loiselle
authored andcommitted
deps: pick up crossbeam soundness fix
Update to `v0.5.8` which includes crossbeam-rs/crossbeam#972 Signed-off-by: Petros Angelatos <[email protected]>
1 parent 89a1b42 commit b945d0a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

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

src/cluster/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ anyhow = "1.0.66"
1111
async-trait = "0.1.59"
1212
bytesize = "1.1.0"
1313
clap = { version = "3.2.20", features = ["derive", "env"] }
14-
crossbeam-channel = "0.5.6"
14+
crossbeam-channel = "0.5.8"
1515
dec = { version = "0.4.8", features = ["serde"] }
1616
differential-dataflow = { git = "https://github.com/TimelyDataflow/differential-dataflow.git" }
1717
futures = "0.3.25"

src/compute/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ anyhow = "1.0.66"
1111
async-trait = "0.1.59"
1212
bytesize = "1.1.0"
1313
clap = { version = "3.2.20", features = ["derive", "env"] }
14-
crossbeam-channel = "0.5.6"
14+
crossbeam-channel = "0.5.8"
1515
dec = { version = "0.4.8", features = ["serde"] }
1616
differential-dataflow = { git = "https://github.com/TimelyDataflow/differential-dataflow.git" }
1717
dogsdogsdogs = { git = "https://github.com/TimelyDataflow/differential-dataflow.git" }

src/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ anyhow = "1.0.66"
1111
async-stream = "0.3.3"
1212
async-trait = "0.1.59"
1313
clap = { version = "3.2.20", features = ["env", "derive"] }
14-
crossbeam-channel = "0.5.6"
14+
crossbeam-channel = "0.5.8"
1515
futures = "0.3.25"
1616
http = "0.2.8"
1717
itertools = "0.10.5"

src/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async-trait = "0.1.59"
1717
bytesize = "1.1.0"
1818
chrono = { version = "0.4.23", default-features = false, features = ["std"] }
1919
clap = { version = "3.2.20", features = ["derive", "env"] }
20-
crossbeam-channel = { version = "0.5.6" }
20+
crossbeam-channel = "0.5.8"
2121
csv-core = { version = "0.1.10" }
2222
dec = "0.4.8"
2323
differential-dataflow = { git = "https://github.com/TimelyDataflow/differential-dataflow.git" }

src/workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bytes = { version = "1.3.0" }
2828
chrono = { git = "https://github.com/chronotope/chrono.git", branch = "0.4.x", default-features = false, features = ["alloc", "clock", "serde"] }
2929
clap = { version = "3.2.20", features = ["derive", "env", "wrap_help"] }
3030
criterion = { version = "0.4.0", features = ["async_tokio", "html_reports"] }
31-
crossbeam-channel = { version = "0.5.6" }
31+
crossbeam-channel = { version = "0.5.8" }
3232
crossbeam-deque = { version = "0.8.2" }
3333
crossbeam-epoch = { version = "0.9.13" }
3434
crossbeam-utils = { version = "0.8.7" }
@@ -125,7 +125,7 @@ cc = { version = "1.0.78", default-features = false, features = ["parallel"] }
125125
chrono = { git = "https://github.com/chronotope/chrono.git", branch = "0.4.x", default-features = false, features = ["alloc", "clock", "serde"] }
126126
clap = { version = "3.2.20", features = ["derive", "env", "wrap_help"] }
127127
criterion = { version = "0.4.0", features = ["async_tokio", "html_reports"] }
128-
crossbeam-channel = { version = "0.5.6" }
128+
crossbeam-channel = { version = "0.5.8" }
129129
crossbeam-deque = { version = "0.8.2" }
130130
crossbeam-epoch = { version = "0.9.13" }
131131
crossbeam-utils = { version = "0.8.7" }

0 commit comments

Comments
 (0)