From e88eb5e767ef88b525779691bdc53140641ae60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 23:42:11 +0000 Subject: [PATCH] chore(deps): update nanoid requirement from 0.4.0 to 0.5.0 Updates the requirements on [nanoid](https://github.com/mrdimidium/nanoid) to permit the latest version. - [Changelog](https://github.com/mrdimidium/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/mrdimidium/nanoid/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: nanoid dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33aa68b6..f4b1b18a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ io-uring = { version = "0.7", optional = true } [dev-dependencies] criterion = { version = "0.8.0", features = ["html_reports"] } fs_extra = "1.3.0" -nanoid = "0.4.0" +nanoid = "0.5.0" proptest = "1" rand = "0.9.2" strum = { version = "0.27.2", features = ["derive"] }