We added lockfiles for benchmark crates in `aws/sdk/benchmarks` ([PR](https://github.com/smithy-lang/smithy-rs/pull/4275)) We should either - update the `cargoUpdateAllLockfiles` gradle task to handle lockfiles in `aws/sdk/benchmarks`. or - create a separate gradle task and let CI scripts invoke that task separately. Whatever approach we end up with, we should employ the same solution for https://github.com/smithy-lang/smithy-rs/issues/4205.