From b0f9c35408fc256823b2b3f2519f97d71fa75ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:29:09 +0000 Subject: [PATCH] chore(deps): update nanoid requirement from 0.4 to 0.5 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 6be4c9d..f218b71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,4 +83,4 @@ base64 = "0.22" sha2 = "0.10" tokio-native-tls = "0.3" native-tls = "0.2" -nanoid = "0.4" \ No newline at end of file +nanoid = "0.5" \ No newline at end of file