From e8ac30a593676cf916936d61d0aeed92db17df4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 16:12:18 +0000 Subject: [PATCH] chore(deps): bump random_word from 0.4.3 to 0.5.2 Bumps [random_word](https://github.com/MitchellRhysHall/random_word) from 0.4.3 to 0.5.2. - [Commits](https://github.com/MitchellRhysHall/random_word/commits) --- updated-dependencies: - dependency-name: random_word dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 43 ++++--------------------------------------- 1 file changed, 4 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 391b2f6a3..d63bbe736 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1308,17 +1308,6 @@ dependencies = [ "generic-array", ] -[[package]] -name = "brotli" -version = "3.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", - "brotli-decompressor 2.5.1", -] - [[package]] name = "brotli" version = "8.0.2" @@ -1327,17 +1316,7 @@ checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", - "brotli-decompressor 5.0.0", -] - -[[package]] -name = "brotli-decompressor" -version = "2.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", + "brotli-decompressor", ] [[package]] @@ -4689,7 +4668,7 @@ dependencies = [ "rand 0.9.4", "rand_distr 0.5.1", "rand_xoshiro", - "random_word 0.5.2", + "random_word", ] [[package]] @@ -5076,7 +5055,7 @@ dependencies = [ "polars", "polars-arrow", "rand 0.9.4", - "random_word 0.4.3", + "random_word", "regex", "reqwest 0.12.28", "rstest", @@ -7385,20 +7364,6 @@ dependencies = [ "rand_core 0.9.5", ] -[[package]] -name = "random_word" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07eed67a16dde2cc3c7f65c072acd8d5b2e53d4aab95067c320db851c7651f29" -dependencies = [ - "ahash", - "brotli 3.5.0", - "once_cell", - "paste", - "rand 0.8.6", - "unicase", -] - [[package]] name = "random_word" version = "0.5.2" @@ -7406,7 +7371,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e47a395bdb55442b883c89062d6bcff25dc90fa5f8369af81e0ac6d49d78cf81" dependencies = [ "ahash", - "brotli 8.0.2", + "brotli", "paste", "rand 0.9.4", "unicase",