Skip to content

Commit 8f6fcc5

Browse files
deps: update base64 requirement from 0.21.5 to 0.22.1
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.5...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e1878e commit 8f6fcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sare-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ sha3 = "0.10.8"
3737
tiny-bip39 = { version = "2.0.0", default-features = false }
3838

3939
[dev-dependencies]
40-
base64 = "0.21.5"
40+
base64 = "0.22.1"

0 commit comments

Comments
 (0)