flatpak / flat-manager

Manager for flatpak repositories
Apache License 2.0
178 stars 43 forks source link

Bump some of the deps #92

Closed bilelmoussaoui closed 1 year ago

bilelmoussaoui commented 1 year ago

The remaining ones are somehow related to actix & futures usage

bilelmoussaoui commented 1 year ago

After a quick glance, looks good to me. Only one thing is a bit strange. In a point you used the base64 converter STANDARD and somewhere else STANDARD_NO_PAD.

You sure it's correct having different encodings? I don't know...

EDIT: ok, it was already like that before, so it's right

yes, it also has tests to ensure it is encoded/decoded correctly