mirror of
https://github.com/RoboSats/robo-identities.git
synced 2025-07-29 22:21:39 +00:00
Update base64 requirement from 0.21.2 to 0.22.1 in /robohash
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](https://github.com/marshallpierce/rust-base64/compare/v0.21.2...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@ -25,7 +25,7 @@ data-encoding = "2.3.2"
|
|||||||
byteorder = "1.4.3"
|
byteorder = "1.4.3"
|
||||||
walkdir = "2.3.2"
|
walkdir = "2.3.2"
|
||||||
image = "0.24.5"
|
image = "0.24.5"
|
||||||
base64 = "0.21.2"
|
base64 = "0.22.1"
|
||||||
strum = "0.25"
|
strum = "0.25"
|
||||||
strum_macros = "0.25"
|
strum_macros = "0.25"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.37"
|
||||||
|
Reference in New Issue
Block a user