anakryiko / retsnoop

Investigate kernel error call stacks
BSD 2-Clause "Simplified" License
186 stars 32 forks source link

sidecar: Update addr2line dependency to 0.21 #55

Closed danielocfb closed 9 months ago

danielocfb commented 9 months ago

This change updates the addr2line dependency to 0.21. To prevent version mismatch, also update gimli to 0.28, as it's part of addr2line's public API surface and needs to match what retsnoop itself uses, because objects are exchanged.

danielocfb commented 9 months ago

Please note that I haven't tested this change other than make sure that it builds (I don't have a good handle on how to test manually).

anakryiko commented 9 months ago

Thanks a lot!