argonautica icon indicating copy to clipboard operation
argonautica copied to clipboard

Update depedencies

Open ManevilleF opened this issue 4 years ago • 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

ManevilleF avatar Nov 06 '20 14:11 ManevilleF