From 37312df8b80dbeea7d62f9e75cf700e562718f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:27:01 +0000 Subject: [PATCH] build(deps): update nanoid-wasm requirement from 0.1.3 to 0.2.1 Updates the requirements on [nanoid-wasm](https://github.com/acheul/nanoid-wasm) to permit the latest version. - [Commits](https://github.com/acheul/nanoid-wasm/commits) --- updated-dependencies: - dependency-name: nanoid-wasm dependency-version: 0.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-utility/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-utility/Cargo.toml b/dev-utility/Cargo.toml index 0889a80..95863a4 100644 --- a/dev-utility/Cargo.toml +++ b/dev-utility/Cargo.toml @@ -87,7 +87,7 @@ jsonwebtoken = { version = "9.3.1" } wasm-bindgen = { version = "0.2.84", features = ["serde"] } wasm-bindgen-futures = "0.4.50" serde-wasm-bindgen = "0.6.5" -nanoid-wasm = "0.1.3" +nanoid-wasm = "0.2.1" tsify = { version = "0.5", features = ["js"] } web-time = "1.1.0" fastrand = { version = "2.3", features = ["js"] }