From 0dca2be36254c821b385fd9418d4dadc316a645b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 13:55:09 +0000 Subject: [PATCH] Bump rand from 0.8.5 to 0.9.2 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 107 +++++++++++++++++++++++++----- Cargo.toml | 2 +- crates/alignment/Cargo.toml | 2 +- crates/background/Cargo.toml | 2 +- crates/character/Cargo.toml | 2 +- crates/characteristics/Cargo.toml | 2 +- crates/class/Cargo.toml | 2 +- crates/deities/Cargo.toml | 2 +- crates/dice_roller/Cargo.toml | 2 +- crates/languages/Cargo.toml | 2 +- crates/race/Cargo.toml | 2 +- crates/stats/Cargo.toml | 2 +- 12 files changed, 100 insertions(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4f908f..7eaa4d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -84,7 +84,7 @@ dependencies = [ name = "alignment" version = "0.1.0" dependencies = [ - "rand 0.8.5", + "rand 0.9.2", "rand_pcg", "serde", "strum", @@ -392,7 +392,7 @@ dependencies = [ "itertools", "languages", "personality", - "rand 0.8.5", + "rand 0.9.2", "rand_pcg", "serde", "serde_yaml 0.9.24", @@ -426,7 +426,7 @@ version = "0.1.0" dependencies = [ "async-std", "character", - "rand 0.8.5", + "rand 0.9.2", "rand_pcg", "sentry", "tera", @@ -474,6 +474,12 @@ version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" +[[package]] +name = "bitflags" +version = "2.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" + [[package]] name = "blake3" version = "0.3.8" @@ -628,7 +634,7 @@ dependencies = [ "languages", "personality", "race", - "rand 0.8.5", + "rand 0.9.2", "rand_pcg", "serde", "serde_yaml 0.9.24", @@ -643,7 +649,7 @@ version = "0.1.0" dependencies = [ "dice_roller", "insta", - "rand 0.8.5", + "rand 0.9.2", "rand_pcg", "serde", "serde_yaml 0.9.24", @@ -718,7 +724,7 @@ dependencies = [ "insta", "itertools", "languages", - "rand 0.8.5", + "rand 0.9.2", "rand_pcg", "serde", "serde_yaml 0.9.24", @@ -946,7 +952,7 @@ version = "0.1.0" dependencies = [ "alignment", "insta", - "rand 0.8.5", + "rand 0.9.2", "rand_pcg", "serde", "serde_yaml 0.9.24", @@ -963,7 +969,7 @@ checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" name = "dice_roller" version = "0.1.0" dependencies = [ - "rand 0.8.5", + "rand 0.9.2", "rand_pcg", "serde", "strum", @@ -1247,6 +1253,18 @@ dependencies = [ "wasi 0.10.2+wasi-snapshot-preview1", ] +[[package]] +name = "getrandom" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" +dependencies = [ + "cfg-if 1.0.0", + "libc", + "r-efi", + "wasi 0.14.2+wasi-0.2.4", +] + [[package]] name = "ghash" version = "0.3.1" @@ -1282,7 +1300,7 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" dependencies = [ - "bitflags", + "bitflags 1.3.2", "ignore", "walkdir", ] @@ -1666,7 +1684,7 @@ name = "languages" version = "0.1.0" dependencies = [ "deities", - "rand 0.8.5", + "rand 0.9.2", "rand_pcg", "serde", "strum", @@ -1680,9 +1698,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.137" +version = "0.2.174" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" +checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" [[package]] name = "link-cplusplus" @@ -1850,7 +1868,7 @@ version = "0.10.55" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" dependencies = [ - "bitflags", + "bitflags 1.3.2", "cfg-if 1.0.0", "foreign-types", "libc", @@ -2127,6 +2145,12 @@ dependencies = [ "proc-macro2", ] +[[package]] +name = "r-efi" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" + [[package]] name = "race" version = "0.1.0" @@ -2144,7 +2168,7 @@ dependencies = [ "insta", "languages", "personality", - "rand 0.8.5", + "rand 0.9.2", "rand_pcg", "serde", "serde_yaml 0.9.24", @@ -2177,6 +2201,16 @@ dependencies = [ "rand_core 0.6.2", ] +[[package]] +name = "rand" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +dependencies = [ + "rand_chacha 0.9.0", + "rand_core 0.9.3", +] + [[package]] name = "rand_chacha" version = "0.2.2" @@ -2197,6 +2231,16 @@ dependencies = [ "rand_core 0.6.2", ] +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core 0.9.3", +] + [[package]] name = "rand_core" version = "0.5.1" @@ -2215,6 +2259,15 @@ dependencies = [ "getrandom 0.2.4", ] +[[package]] +name = "rand_core" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" +dependencies = [ + "getrandom 0.3.3", +] + [[package]] name = "rand_hc" version = "0.2.0" @@ -2239,7 +2292,7 @@ version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" dependencies = [ - "bitflags", + "bitflags 1.3.2", ] [[package]] @@ -2377,7 +2430,7 @@ version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3fed7948b6c68acbb6e20c334f55ad635dc0f75506963de4464289fbd3b051ac" dependencies = [ - "bitflags", + "bitflags 1.3.2", "core-foundation", "core-foundation-sys", "libc", @@ -2725,7 +2778,7 @@ dependencies = [ "gear", "insta", "itertools", - "rand 0.8.5", + "rand 0.9.2", "rand_pcg", "serde", "serde_yaml 0.9.24", @@ -3366,6 +3419,15 @@ version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +[[package]] +name = "wasi" +version = "0.14.2+wasi-0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" +dependencies = [ + "wit-bindgen-rt", +] + [[package]] name = "wasm-bindgen" version = "0.2.79" @@ -3559,6 +3621,15 @@ dependencies = [ "winapi", ] +[[package]] +name = "wit-bindgen-rt" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" +dependencies = [ + "bitflags 2.9.1", +] + [[package]] name = "yaml-rust" version = "0.4.5" diff --git a/Cargo.toml b/Cargo.toml index da490d6..401df07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] async-std = { version = "1", features = ["attributes"] } character = { path = "./crates/character" } -rand = "0.8" +rand = "0.9" rand_pcg = "0.3" sentry = "0.31" tera = "1" diff --git a/crates/alignment/Cargo.toml b/crates/alignment/Cargo.toml index 71bcec2..f038d3b 100644 --- a/crates/alignment/Cargo.toml +++ b/crates/alignment/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rand = "0.8" +rand = "0.9" rand_pcg = "0.3" serde = { version = "1", features = ["derive"] } strum = { version = "0.25", features = ["derive"] } diff --git a/crates/background/Cargo.toml b/crates/background/Cargo.toml index a29749b..5491810 100644 --- a/crates/background/Cargo.toml +++ b/crates/background/Cargo.toml @@ -16,7 +16,7 @@ impl-enum = "0.2" itertools = "0.11" languages = { path = "../languages" } personality = { path = "../personality" } -rand = "0.8" +rand = "0.9" rand_pcg = "0.3" serde = { version = "1", features = ["derive"] } stats = { path = "../stats" } diff --git a/crates/character/Cargo.toml b/crates/character/Cargo.toml index 300f66a..9fec19f 100644 --- a/crates/character/Cargo.toml +++ b/crates/character/Cargo.toml @@ -19,7 +19,7 @@ gear = { path = "../gear" } languages = { path = "../languages" } personality = { path = "../personality" } race = { path = "../race" } -rand = "0.8" +rand = "0.9" rand_pcg = "0.3" serde = { version = "1", features = ["derive"] } stats = { path = "../stats" } diff --git a/crates/characteristics/Cargo.toml b/crates/characteristics/Cargo.toml index 640f826..f39a6db 100644 --- a/crates/characteristics/Cargo.toml +++ b/crates/characteristics/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] dice_roller = { path = "../dice_roller" } -rand = "0.8" +rand = "0.9" rand_pcg = "0.3" serde = { version = "1", features = ["derive"] } strum = { version = "0.25", features = ["derive"] } diff --git a/crates/class/Cargo.toml b/crates/class/Cargo.toml index a130508..1344754 100644 --- a/crates/class/Cargo.toml +++ b/crates/class/Cargo.toml @@ -15,7 +15,7 @@ gear = { path = "../gear" } impl-enum = "0.2" itertools = "0.11" languages = { path = "../languages" } -rand = "0.8" +rand = "0.9" rand_pcg = "0.3" serde = { version = "1", features = ["derive"] } stats = { path = "../stats" } diff --git a/crates/deities/Cargo.toml b/crates/deities/Cargo.toml index 78e737c..df50c77 100644 --- a/crates/deities/Cargo.toml +++ b/crates/deities/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] alignment = { path = "../alignment" } -rand = "0.8" +rand = "0.9" rand_pcg = "0.3" serde = { version = "1", features = ["derive"] } strum = { version = "0.25", features = ["derive"] } diff --git a/crates/dice_roller/Cargo.toml b/crates/dice_roller/Cargo.toml index 491343b..416cad6 100644 --- a/crates/dice_roller/Cargo.toml +++ b/crates/dice_roller/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rand = "0.8" +rand = "0.9" rand_pcg = "0.3" serde = { version = "1", features = ["derive"] } strum = { version = "0.25", features = ["derive"] } diff --git a/crates/languages/Cargo.toml b/crates/languages/Cargo.toml index 13cdb90..c130c94 100644 --- a/crates/languages/Cargo.toml +++ b/crates/languages/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] deities = { path = "../deities" } -rand = "0.8" +rand = "0.9" rand_pcg = "0.3" serde = { version = "1", features = ["derive"] } strum = { version = "0.25", features = ["derive"] } diff --git a/crates/race/Cargo.toml b/crates/race/Cargo.toml index 3b66771..03c0b52 100644 --- a/crates/race/Cargo.toml +++ b/crates/race/Cargo.toml @@ -19,7 +19,7 @@ gear = { path = "../gear" } impl-enum = "0.2" languages = { path = "../languages" } personality = { path = "../personality" } -rand = "0.8" +rand = "0.9" rand_pcg = "0.3" serde = { version = "1", features = ["derive"] } stats = { path = "../stats" } diff --git a/crates/stats/Cargo.toml b/crates/stats/Cargo.toml index 0d9c94e..b5f09ea 100644 --- a/crates/stats/Cargo.toml +++ b/crates/stats/Cargo.toml @@ -11,7 +11,7 @@ characteristics = { path = "../characteristics" } dice_roller = { path = "../dice_roller" } gear = { path = "../gear" } itertools = "0.11" -rand = "0.8" +rand = "0.9" rand_pcg = "0.3" serde = { version = "1", features = ["derive"] } strum = { version = "0.25", features = ["derive"] }