Skip to content

Commit f352165

Browse files
georgepisaltualindima
authored andcommitted
update Cargo.lock
`cargo audit` fails because `crossbeam-utils`, a dev-dependency, was yanked recently. This commit updates Cargo.lock to fix this issue, as `cargo audit` does not dynamically generate a Cargo.lock when it runs. Signed-off-by: George Pisaltu <[email protected]>
1 parent ded1336 commit f352165

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

tests/integration_tests/build/test_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Checkout the cpuid crate. In the future other
3030
# differences may appear.
3131
if utils.is_io_uring_supported():
32-
COVERAGE_DICT = {"Intel": 85.09, "AMD": 84.51, "ARM": 84.16}
32+
COVERAGE_DICT = {"Intel": 85.09, "AMD": 84.51, "ARM": 84.21}
3333
else:
3434
COVERAGE_DICT = {"Intel": 82.03, "AMD": 81.5, "ARM": 81.10}
3535

0 commit comments

Comments
 (0)