From b3a793f3837515f3e731558bc28e20948ad17a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 07:48:54 +0000 Subject: [PATCH] deps: update tiny-bip39 requirement from 1.0.0 to 2.0.0 Updates the requirements on [tiny-bip39](https://github.com/maciejhirsz/tiny-bip39) to permit the latest version. - [Release notes](https://github.com/maciejhirsz/tiny-bip39/releases) - [Changelog](https://github.com/maciejhirsz/tiny-bip39/blob/master/CHANGELOG.md) - [Commits](https://github.com/maciejhirsz/tiny-bip39/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: tiny-bip39 dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sare-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sare-core/Cargo.toml b/sare-core/Cargo.toml index 6091e1d..d1c0893 100644 --- a/sare-core/Cargo.toml +++ b/sare-core/Cargo.toml @@ -34,7 +34,7 @@ serde = { version = "1.0.193", features = ["derive"] } serde_bytes = "0.11.17" sha2 = "0.10.8" sha3 = "0.10.8" -tiny-bip39 = { version = "1.0.0", default-features = false } +tiny-bip39 = { version = "2.0.0", default-features = false } [dev-dependencies] base64 = "0.21.5"