Okay, I've gathered the answers from the comments in alphabetical order.
flint has the fmpz_poly_revert_series command (A web search revealed a reference pdf, but no web page). Some benchmarks seem to indicate that flint is unusually fast.
Mathematica has the InverseSeries command.
Pari/GP has the serreverse function.