tiffany352 / rink-rs

Unit conversion tool and library written in rust

Home Page:https://rinkcalc.app/about

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update dependencies to latest versions

tiffany352 opened this issue · comments

  • chrono (significant breaking changes)
    • chrono-tz
    • chrono-humanize
  • serde
    • serde_derive - not needed anymore now that proc macros exist
  • sandboxing -- should be moved into rink-web, also there might be better alternatives for sandboxing than libc rlimit these days
    • ipc-channel (removed)
    • libc (removed)
  • linefeed (significant breaking changes)
  • xml-rs -- should look into replacing this with something that has xpath
  • json -- should use serde for this probably
  • reqwest