From 87810c18df7c950c6c8bf97c7e3e498751fc1bd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:09:36 -0700 Subject: [PATCH] chore(deps): update rust crate nanoid to 0.5 (#6803) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- src-tauri/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f889c36a5..053b6a662 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4421,11 +4421,11 @@ dependencies = [ [[package]] name = "nanoid" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" +checksum = "8628de41fe064cc3f0cf07f3d299ee3e73521adaff72278731d5c8cae3797873" dependencies = [ - "rand 0.8.5", + "rand 0.9.3", ] [[package]] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f1a064f7e..19bd56868 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -58,7 +58,7 @@ bitflags = { workspace = true } warp = { version = "0.4.2", features = ["server"] } open = "5.3.3" dunce = "1.0.5" -nanoid = "0.4" +nanoid = "0.5" chrono = "0.4.44" boa_engine = "0.21.0" once_cell = { version = "1.21.4", features = ["parking_lot"] }