Skip to content

Bump aws-config from 1.8.14 to 1.8.15#788

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/aws-config-1.8.15
Closed

Bump aws-config from 1.8.14 to 1.8.15#788
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/aws-config-1.8.15

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps aws-config from 1.8.14 to 1.8.15.

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:41
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Mar 9, 2026

Greptile Summary

This is a routine Dependabot bump of aws-config from 1.8.14 to 1.8.15, along with tightening the version specifier in applications/data_manager/Cargo.toml from "1.5" to "1.8". Several transitive AWS SDK crates are also bumped as expected: aws-credential-types, aws-runtime, aws-sdk-sso, aws-sdk-ssooidc, aws-sdk-sts, aws-sigv4, and aws-types.

  • The most notable upstream change in aws-config 1.8.15 is the replacement of the ring cryptographic library with the focused sha1 crate for SSO token cache file name generation. ring remains in the dependency tree via aws-sigv4 (which handles actual AWS request signing), so authentication integrity is unaffected.
  • The version floor update for aws-config from "1.5""1.8" in Cargo.toml is correct; the resolved version was already 1.8.14, so this simply aligns the declared minimum with the in-use minor series.
  • No application code was modified; this is a pure dependency update with no risk of behavioral regressions.

Confidence Score: 5/5

  • This PR is safe to merge — it is a straightforward patch-level dependency bump with no application code changes.
  • The change is a minor version bump of a well-maintained AWS SDK crate (aws-config) managed by Dependabot. All transitive bumps are consistent and expected. The ringsha1 swap is an upstream decision by the smithy-rs team for non-security-critical SHA-1 cache key generation, and ring remains present for actual request signing via aws-sigv4. No logic changes are introduced.
  • No files require special attention.

Important Files Changed

Filename Overview
applications/data_manager/Cargo.toml Bumps aws-config version specifier from "1.5" to "1.8", tightening the minimum version floor to match the currently resolved minor. No other changes.
Cargo.lock Resolves several AWS SDK crate bumps as transitive dependencies of aws-config 1.8.15; notable upstream change swaps ring for sha1 in aws-config's own dependency list (ring is still present in the lock for aws-sigv4 and others).

Last reviewed commit: db41b9f

Comment thread applications/data_manager/Cargo.toml
Bumps [aws-config](https://github.com/smithy-lang/smithy-rs) from 1.8.14 to 1.8.15.
- [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-config
  dependency-version: 1.8.15
  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-config-1.8.15 branch from ad68c80 to db41b9f 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-config-1.8.15 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.

1 participant