This only update the `xmlada` or `aws` dependencies in the crate declaration so that
these two crates can be used with AWS 25 + XML 25 as well as AWS 25 + XML 24
The declarations:
aws = "^24.0"
xmlada = "^24.0"
are not enough to allow that and the pull request only change them to accept ^25.0 explicitly.