parallaxsecond / parsec

Platform AbstRaction for SECurity service
https://parsec.community/
Apache License 2.0
467 stars 67 forks source link

Bump base64 dependency to 0.21.0 #679

Closed ema closed 11 months ago

tgonzalezorlandoarm commented 1 year ago

Formatting error to fix :)

tgonzalezorlandoarm commented 11 months ago

e2e_tests should have the neccesary changes as well :)

tgonzalezorlandoarm commented 11 months ago

Cargo.lock seems to be corrupt. If you want to update base64 to version 0.21.0, my suggestion is to run:

git reset --soft HEAD^
git restore --staged Cargo.lock
cargo update --package base64@0.21.2 --precise 0.21.0
git add Cargo.lock

And commit again

tgonzalezorlandoarm commented 11 months ago

LGTM Thanks!