From 923265ddbdfa59d9ef45ebbd06c96070095a9c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 03:59:51 +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 ++++------------------------------------- rust/lancedb/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 40 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da1d390d5..244850fad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1269,17 +1269,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" @@ -1288,17 +1277,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]] @@ -4251,7 +4230,7 @@ dependencies = [ "rand 0.9.4", "rand_distr 0.5.1", "rand_xoshiro", - "random_word 0.5.2", + "random_word", ] [[package]] @@ -4638,7 +4617,7 @@ dependencies = [ "polars", "polars-arrow", "rand 0.9.4", - "random_word 0.4.3", + "random_word", "regex", "reqwest", "rstest", @@ -6543,20 +6522,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.5", - "unicase", -] - [[package]] name = "random_word" version = "0.5.2" @@ -6564,7 +6529,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", diff --git a/rust/lancedb/Cargo.toml b/rust/lancedb/Cargo.toml index 9bb30ba07..dbe482fa9 100644 --- a/rust/lancedb/Cargo.toml +++ b/rust/lancedb/Cargo.toml @@ -92,7 +92,7 @@ semver = { workspace = true } [dev-dependencies] anyhow = "1" tempfile = "3.5.0" -random_word = { version = "0.4.3", features = ["en"] } +random_word = { version = "0.5.2", features = ["en"] } uuid = { version = "1.7.0", features = ["v4"] } walkdir = "2" aws-sdk-dynamodb = { version = "1.55.0" }