Skip to content

Bump aws-credential-types from 1.2.13 to 1.2.14#789

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/aws-credential-types-1.2.14
Closed

Bump aws-credential-types from 1.2.13 to 1.2.14#789
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/aws-credential-types-1.2.14

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 9, 2026

Bumps aws-credential-types from 1.2.13 to 1.2.14.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Dependency or security updates rust Rust code updates labels Mar 9, 2026
@github-project-automation github-project-automation Bot moved this to In Progress in Overview Mar 9, 2026
@github-actions github-actions Bot requested a review from forstmeier March 9, 2026 12:42
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Mar 9, 2026

Greptile Summary

This is a routine Dependabot patch-level version bump for aws-credential-types from 1.2.13 to 1.2.14. The change is minimal and contained — only the version string and checksum are updated with no changes to the transitive dependency tree (aws-smithy-async, aws-smithy-runtime-api, aws-smithy-types, zeroize all remain at their current versions).

  • applications/data_manager/Cargo.toml: Version constraint updated from "1.2.13" to "1.2.14"
  • Cargo.lock: Checksum updated to match the new release; all dependent packages (aws-config, aws-runtime, aws-sdk-s3, aws-sigv4, aws-sdk-sso, aws-sdk-ssooidc, aws-sdk-sts, aws-types) continue to resolve to a single consistent version of aws-credential-types

Confidence Score: 5/5

  • This PR is safe to merge — it is a patch-level dependency bump with no breaking changes or transitive dependency modifications.
  • Patch version bumps within the smithy-rs ecosystem follow semantic versioning and are not expected to introduce breaking changes. The lock file confirms the transitive dependency tree is unchanged, and the updated checksum is correctly reflected.
  • No files require special attention.

Important Files Changed

Filename Overview
applications/data_manager/Cargo.toml Bumps aws-credential-types from 1.2.13 to 1.2.14; no structural or dependency tree changes.
Cargo.lock Lock file updated with new version (1.2.14) and checksum for aws-credential-types; all transitive dependencies remain unchanged.

Last reviewed commit: 0ce37e9

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the aws-credential-types Rust crate dependency for the applications/datamanager crate from 1.2.13 to 1.2.14, and refreshes the lockfile accordingly.

Changes:

  • Bump aws-credential-types from 1.2.13 to 1.2.14 in applications/datamanager/Cargo.toml
  • Update Cargo.lock to reflect the new aws-credential-types version and checksum

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
applications/datamanager/Cargo.toml Updates the direct dependency version to 1.2.14.
Cargo.lock Locks aws-credential-types to 1.2.14 with the updated checksum.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Bumps [aws-credential-types](https://github.com/smithy-lang/smithy-rs) from 1.2.13 to 1.2.14.
- [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)

---
updated-dependencies:
- dependency-name: aws-credential-types
  dependency-version: 1.2.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/aws-credential-types-1.2.14 branch from 8fe1b1a to 0ce37e9 Compare March 14, 2026 05:44
forstmeier added a commit that referenced this pull request Mar 21, 2026
…, #798

Updated direct dependencies in applications/data_manager/Cargo.toml:
- sentry 0.35 -> 0.47 and sentry-tower 0.35 -> 0.47: large jump across multiple
  releases; CI passed on the Dependabot PR confirming no breaking API usage.
  Updated SentryHttpLayer::with_transaction() (deprecated since 0.38) to
  SentryHttpLayer::new().enable_transaction() in router.rs.
- duckdb 1.4.3 -> 1.10500.0: new versioning scheme (encodes bundled DuckDB
  v1.5.0). The Dependabot PR had a CI failure; build and all 18 tests pass
  locally with the updated version.
- aws-config 1.5 -> 1.8.15 and aws-credential-types 1.2.13 -> 1.2.14: patch
  updates with no breaking changes.

Transitive security fixes pulled in via Cargo.lock regeneration:
- quinn-proto 0.11.13 -> 0.11.14: fixes DoS vulnerability GHSA-6xvm-j4wr-6v98
- tar 0.4.44 -> 0.4.45: fixes symlink-directory collision chmod attack

Closes #788, #789, #794, #795, #798

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@forstmeier forstmeier mentioned this pull request Mar 21, 2026
3 tasks
@forstmeier
Copy link
Copy Markdown
Collaborator

Addressed in pull request #799.

@forstmeier forstmeier closed this Mar 21, 2026
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Overview Mar 21, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 21, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/aws-credential-types-1.2.14 branch March 21, 2026 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency or security updates rust Rust code updates

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants