fix: lock tui-term version to pass rust type check (#9022)
### Description
In latest version of tui-term, it breaks the usage of
ui_term::widget::Cell without change the minor number of version, makes
turborepo-lib impossible to be build as crate without modify.
This fix lock the tui-term version and solve the problem above.
Co-authored-by: binhantan <binhantan@tencent.com>