diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2025-02-01 19:35:47 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2025-03-10 01:21:57 +0000 |
| commit | 1c7aaf95e1bb77c99437fa260f84124ac30808f0 (patch) | |
| tree | 0b19a76f0d44d5f78b5344c4b56cde37147ddea1 /compiler/rustc_abi | |
| parent | 2b4694a69804f89ff9d47d1a427f72c876f7f44c (diff) | |
| download | rust-1c7aaf95e1bb77c99437fa260f84124ac30808f0.tar.gz rust-1c7aaf95e1bb77c99437fa260f84124ac30808f0.zip | |
Update rand to 0.9.0
Diffstat (limited to 'compiler/rustc_abi')
| -rw-r--r-- | compiler/rustc_abi/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/rustc_abi/Cargo.toml b/compiler/rustc_abi/Cargo.toml index 4713b3474bd..9cb6619adc9 100644 --- a/compiler/rustc_abi/Cargo.toml +++ b/compiler/rustc_abi/Cargo.toml @@ -6,13 +6,13 @@ edition = "2024" [dependencies] # tidy-alphabetical-start bitflags = "2.4.1" -rand = { version = "0.8.4", default-features = false, optional = true } -rand_xoshiro = { version = "0.6.0", optional = true } -rustc_data_structures = { path = "../rustc_data_structures", optional = true } +rand = { version = "0.9.0", default-features = false, optional = true } +rand_xoshiro = { version = "0.7.0", optional = true } +rustc_data_structures = { path = "../rustc_data_structures", optional = true } rustc_hashes = { path = "../rustc_hashes" } rustc_index = { path = "../rustc_index", default-features = false } rustc_macros = { path = "../rustc_macros", optional = true } -rustc_serialize = { path = "../rustc_serialize", optional = true } +rustc_serialize = { path = "../rustc_serialize", optional = true } rustc_span = { path = "../rustc_span", optional = true } tracing = "0.1" # tidy-alphabetical-end |
