sea-query icon indicating copy to clipboard operation
sea-query copied to clipboard

exclude chrono default-features

Open robjtede opened this issue 3 years ago • 4 comments

in an effort to remove time v0.1 from the dep graph

robjtede avatar Aug 08 '22 13:08 robjtede

@robjtede, hello! Can you explane, what you want?

ikrivosheev avatar Aug 08 '22 13:08 ikrivosheev

cargo audit compains about vulnerabilities in time v0.1 which is enabled transitively via chrono when the oldtime feature is enabled. This PR disables that feature of chrono since it's very unlikely that sea-query relies on the feature.

robjtede avatar Aug 08 '22 13:08 robjtede

I would suggest pinning the version to ^0.4 insead of ^0

yep so would I but i've left them all as they were since it's not the purpose of this PR

(I'd also suggest not using ^ in the version reqs, but... as above...)

robjtede avatar Aug 09 '22 14:08 robjtede

Oh... sorry I thought it was ^0.4 but in fact it's originally ^0

billy1624 avatar Aug 09 '22 14:08 billy1624

Thank you for letting us know @robjtede

tyt2y3 avatar Aug 13 '22 15:08 tyt2y3