From 27e34e127442b479ccf04cf21b10000e6ec148f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 15:41:49 +0000 Subject: [PATCH] Bump rand_pcg from 0.3.1 to 0.9.0 Bumps [rand_pcg](https://github.com/rust-random/rand) from 0.3.1 to 0.9.0. - [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/rand_pcg-0.3.1...0.9.0) --- updated-dependencies: - dependency-name: rand_pcg dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++---- 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, 21 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4f908f..65b4a2f 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" @@ -2215,6 +2215,12 @@ 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" + [[package]] name = "rand_hc" version = "0.2.0" @@ -2226,11 +2232,11 @@ dependencies = [ [[package]] name = "rand_pcg" -version = "0.3.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" +checksum = "b48ac3f7ffaab7fac4d2376632268aa5f89abdb55f7ebf8f4d11fffccb2320f7" dependencies = [ - "rand_core 0.6.2", + "rand_core 0.9.3", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index da490d6..9518e68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" async-std = { version = "1", features = ["attributes"] } character = { path = "./crates/character" } rand = "0.8" -rand_pcg = "0.3" +rand_pcg = "0.9" sentry = "0.31" tera = "1" tide = "0.16" diff --git a/crates/alignment/Cargo.toml b/crates/alignment/Cargo.toml index 71bcec2..2f1e5e8 100644 --- a/crates/alignment/Cargo.toml +++ b/crates/alignment/Cargo.toml @@ -8,6 +8,6 @@ edition = "2021" [dependencies] rand = "0.8" -rand_pcg = "0.3" +rand_pcg = "0.9" 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..0fe3f67 100644 --- a/crates/background/Cargo.toml +++ b/crates/background/Cargo.toml @@ -17,7 +17,7 @@ itertools = "0.11" languages = { path = "../languages" } personality = { path = "../personality" } rand = "0.8" -rand_pcg = "0.3" +rand_pcg = "0.9" serde = { version = "1", features = ["derive"] } stats = { path = "../stats" } strum = { version = "0.25", features = ["derive"] } diff --git a/crates/character/Cargo.toml b/crates/character/Cargo.toml index 300f66a..d51ae0c 100644 --- a/crates/character/Cargo.toml +++ b/crates/character/Cargo.toml @@ -20,7 +20,7 @@ languages = { path = "../languages" } personality = { path = "../personality" } race = { path = "../race" } rand = "0.8" -rand_pcg = "0.3" +rand_pcg = "0.9" serde = { version = "1", features = ["derive"] } stats = { path = "../stats" } strum = { version = "0.25", features = ["derive"] } diff --git a/crates/characteristics/Cargo.toml b/crates/characteristics/Cargo.toml index 640f826..a995579 100644 --- a/crates/characteristics/Cargo.toml +++ b/crates/characteristics/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] dice_roller = { path = "../dice_roller" } rand = "0.8" -rand_pcg = "0.3" +rand_pcg = "0.9" 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..eb45241 100644 --- a/crates/class/Cargo.toml +++ b/crates/class/Cargo.toml @@ -16,7 +16,7 @@ impl-enum = "0.2" itertools = "0.11" languages = { path = "../languages" } rand = "0.8" -rand_pcg = "0.3" +rand_pcg = "0.9" serde = { version = "1", features = ["derive"] } stats = { path = "../stats" } strum = { version = "0.25", features = ["derive"] } diff --git a/crates/deities/Cargo.toml b/crates/deities/Cargo.toml index 78e737c..b000578 100644 --- a/crates/deities/Cargo.toml +++ b/crates/deities/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] alignment = { path = "../alignment" } rand = "0.8" -rand_pcg = "0.3" +rand_pcg = "0.9" 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..96e131c 100644 --- a/crates/dice_roller/Cargo.toml +++ b/crates/dice_roller/Cargo.toml @@ -8,6 +8,6 @@ edition = "2021" [dependencies] rand = "0.8" -rand_pcg = "0.3" +rand_pcg = "0.9" 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..b0a701e 100644 --- a/crates/languages/Cargo.toml +++ b/crates/languages/Cargo.toml @@ -9,6 +9,6 @@ edition = "2021" [dependencies] deities = { path = "../deities" } rand = "0.8" -rand_pcg = "0.3" +rand_pcg = "0.9" 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..169a28e 100644 --- a/crates/race/Cargo.toml +++ b/crates/race/Cargo.toml @@ -20,7 +20,7 @@ impl-enum = "0.2" languages = { path = "../languages" } personality = { path = "../personality" } rand = "0.8" -rand_pcg = "0.3" +rand_pcg = "0.9" serde = { version = "1", features = ["derive"] } stats = { path = "../stats" } strum = { version = "0.25", features = ["derive"] } diff --git a/crates/stats/Cargo.toml b/crates/stats/Cargo.toml index 0d9c94e..2ac8971 100644 --- a/crates/stats/Cargo.toml +++ b/crates/stats/Cargo.toml @@ -12,7 +12,7 @@ dice_roller = { path = "../dice_roller" } gear = { path = "../gear" } itertools = "0.11" rand = "0.8" -rand_pcg = "0.3" +rand_pcg = "0.9" serde = { version = "1", features = ["derive"] } strum = { version = "0.25", features = ["derive"] } trinkets = { path = "../trinkets" }