bcmyers/argonautica

Update depedencies

ManevilleF opened this issue · 0 comments

Some depedencies are outdated, like base64 wich is now at 0.13.

The issue is that to use generate_random_base64_string_config we need to use base64::Config object and not a argonautica one, forcing our projects to use outdated versions of base64.

Maybe argonautica should provide methods without having to use this structure