description:The name of the branch on which to run `cargo update` for lockfiles
required:true
type:string
force_update_on_broken_dependencies:
description:When true, it forces `cargo update` to update broken dependencies to the latest semver-compatible versions, without downgrading them to the last known working versions
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# This is a shared workflow used by both `update-lockfiles.yml` and `manual-update-lockfiles.yml`.
name:Pull Request for Updating Lockfiles
on:
workflow_call:
inputs:
base_branch:
description:The name of the branch on which to run `cargo update` for lockfiles
required:true
type:string
force_update_on_broken_dependencies:
description:When true, it forces `cargo update` to update broken dependencies to the latest semver-compatible versions, without downgrading them to the last known working versions
--title 'Run `cargo update` on the runtime lockfiles and the SDK lockfile' \
--body 'If CI fails, commit the necessary fixes to this PR until all checks pass. If required, update entries in [crateNameToLastKnownWorkingVersions](https://github.com/smithy-lang/smithy-rs/blob/6b42eb5ca00a2dc9c46562452e495a2ec2e43d0f/aws/sdk/build.gradle.kts#L503-L504).' \
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
September 26th, 2024
====================
**New this release:**
- :bug: (client, [smithy-rs#3820](https://github.com/smithy-lang/smithy-rs/issues/3820)) Fixed a bug with the content length of compressed payloads that caused such requests to hang.