You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(Rest): Update dependencies to use workspace versions
This commit aligns the `Rest` build tooling element with the monorepo's centralized dependency management strategy. By setting dependencies like `serde`, `tokio`, and `clap` to `workspace = true`, we ensure that versions are consistent across all Land elements and simplify maintenance.
The change updates the `Cargo.toml` file to inherit dependency versions from the workspace root, reducing duplication and streamlining future updates.
0 commit comments