Bump rand from 0.8.5 to 0.9.0 #1093
Annotations
10 errors
Run tests:
crates/libcontainer/src/user_ns.rs#L461
use of deprecated function `rand::thread_rng`: renamed to `rng`
|
Run tests:
crates/libcontainer/src/user_ns.rs#L461
use of deprecated method `rand::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
Run tests:
tests/contest/contest/src/tests/process_oom_score_adj/process_oom_score_adj_test.rs#L10
use of deprecated function `rand::thread_rng`: renamed to `rng`
|
Run tests:
tests/contest/contest/src/tests/process_user/process_user_test.rs#L12
use of deprecated function `rand::thread_rng`: renamed to `rng`
|
Run tests:
tests/contest/contest/src/utils/support.rs#L44
use of deprecated function `rand::thread_rng`: renamed to `rng`
|
Run tests:
tests/contest/contest/src/tests/process_oom_score_adj/process_oom_score_adj_test.rs#L11
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
|
Run tests:
tests/contest/contest/src/tests/process_user/process_user_test.rs#L13
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
|
Run tests:
tests/contest/contest/src/tests/process_user/process_user_test.rs#L16
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
|
Run tests:
tests/contest/contest/src/utils/support.rs#L49
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
|
Run tests
Process completed with exit code 101.
|
Loading