Skip to content

Commit 422bc3d

Browse files
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-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f2b2f5 commit 422bc3d

File tree

3 files changed

+16
-36
lines changed

3 files changed

+16
-36
lines changed

Cargo.lock

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

examples/mem-correctness-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
crossbeam = "0.8.0"
10+
crossbeam = "0.8.4"
1111
rand = "0.8.4"
1212
num_cpus = "1.14.0"
1313
sha2 = "0.10"

intel-sgx/enclave-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lazy_static = "1.5.0" # MIT/Apache-2.0
3434
libc = "0.2.48" # MIT/Apache-2.0
3535
nix = "0.13.0" # MIT
3636
openssl = { version = "0.10", optional = true } # Apache-2.0
37-
crossbeam = "0.8.2" # MIT/Apache-2.0
37+
crossbeam = "0.8.4" # MIT/Apache-2.0
3838
num_cpus = "1.10.0" # MIT/Apache-2.0
3939
tokio = { version = "1.35", features = ["full"] } # MIT
4040
futures = { version = "0.3", features = ["compat", "io-compat"] } # MIT/Apache-2.0

0 commit comments

Comments
 (0)