chore(deps): update rust crate nanoid to 0.5 (#6803)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-04-14 02:09:36 -07:00 committed by GitHub
parent 409e59dfc8
commit 87810c18df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -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]]

View File

@ -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"] }