pelikan-io / pelikan

Pelikan is a framework for building local or distributed caches. It comes with a highly extensible architecture, best-in-class performance, and superb operational ergonomics. You can use it to replace most of Memcached or a subset of Redis features.
https://pelikan.io
Apache License 2.0
232 stars 19 forks source link

address cargo audit errors and warnings #120

Closed brayniac closed 9 months ago

brayniac commented 9 months ago

Addresses all of the cargo audit errors and warnings by updating dependencies.

Removes public export of clocksource types from the common lib and moves to directly depending on clocksource where necessary.