build(deps): bump the simple1 group across 1 directory with 7 updates#37029
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the simple1 group across 1 directory with 7 updates#37029dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the simple1 group with 4 updates in the / directory: [aws-config](https://github.com/smithy-lang/smithy-rs), [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs), [cc](https://github.com/rust-lang/cc-rs) and [http](https://github.com/hyperium/http). Updates `aws-config` from 1.8.15 to 1.8.17 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-sdk-sts` from 1.101.0 to 1.105.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `aws-sigv4` from 1.4.2 to 1.4.4 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-runtime-api` from 1.12.1 to 1.12.3 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-types` from 1.4.8 to 1.5.0 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `cc` from 1.2.62 to 1.2.63 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.62...cc-v1.2.63) Updates `http` from 1.4.0 to 1.4.2 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: aws-config dependency-version: 1.8.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 - dependency-name: aws-sdk-sts dependency-version: 1.105.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: simple1 - dependency-name: aws-sigv4 dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 - dependency-name: aws-smithy-runtime-api dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 - dependency-name: aws-smithy-types dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: simple1 - dependency-name: cc dependency-version: 1.2.63 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 - dependency-name: http dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the simple1 group with 4 updates in the / directory: aws-config, aws-smithy-runtime-api, cc and http.
Updates
aws-configfrom 1.8.15 to 1.8.17Commits
Updates
aws-sdk-stsfrom 1.101.0 to 1.105.0Commits
Updates
aws-sigv4from 1.4.2 to 1.4.4Commits
Updates
aws-smithy-runtime-apifrom 1.12.1 to 1.12.3Commits
Updates
aws-smithy-typesfrom 1.4.8 to 1.5.0Commits
Updates
ccfrom 1.2.62 to 1.2.63Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
b49589achore(cc): release v1.2.63 (#1740)71a5688Update shlex requirement from 1.3.0 to 2.0.1 (#1736)6361640Bump release-plz/action from 0.5.128 to 0.5.129 (#1728)225326aBump taiki-e/install-action from 2.75.28 to 2.77.6 (#1729)aa3088dBump taiki-e/install-action from 2.75.19 to 2.75.28 (#1722)Updates
httpfrom 1.4.0 to 1.4.2Release notes
Sourced from http's releases.
Changelog
Sourced from http's changelog.
Commits
82db5b8v1.4.2a9cdbf8fix(uri): reject DEL character (#842)df75ca3fix(uri): allow STAR paths with scheme/auth (#843)ec3f8cefeat(method): impl PartialOrd + Ord (#840)a24c968v1.4.1bc3b044fix(header): use a set_len guard in IntoIter drop (#838)1b968dcfix(header): fix stacked borrows for IterMut/ValuesIterMut (#837)6e2dd42fix: clamp Extend size hint so HeaderMap reserve cannot overflow (#833)68e0abbdocs: fix typo in request builder docs (#831)29dd307docs(extensions): rephrase internal comment (#827)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions