epam / badgerdoc

Apache License 2.0
33 stars 32 forks source link

Remove lru-dict dependency from annotation service #936

Closed cakeinsauce closed 1 month ago

cakeinsauce commented 1 month ago

@djo753 Annotation service uses lru-dict = "1.2.0" dependency which implements dict like structure with LRU cache functionallity. We should remove it as this dependency not well maintained and from unknown developer.

A/C:

DOD:

djo753 commented 1 month ago

Will do!

djo753 commented 1 month ago

Published a PR with the changes needed to cover this issue: https://github.com/epam/badgerdoc/pull/940