Skip to content

chore: dep updates#123

Merged
shikhar merged 1 commit into
mainfrom
depups-jun19
Jun 19, 2026
Merged

chore: dep updates#123
shikhar merged 1 commit into
mainfrom
depups-jun19

Conversation

@shikhar

@shikhar shikhar commented Jun 19, 2026

Copy link
Copy Markdown
Member

No description provided.

@greptile-apps

greptile-apps Bot commented Jun 19, 2026

Copy link
Copy Markdown

Greptile Summary

Routine dependency update bumping bytes, bytesize, itertools, and several AWS SDK crates (config, runtime, s3, sso) to their latest minor/patch releases. The lockfile is regenerated to match, pulling in arc-swap as a new transitive dependency of aws-sdk-s3 1.137.

  • Cargo.toml tightens minimum required versions for bytes (1.11→1.12), bytesize (2.3→2.4), and itertools (0.14→0.15); all other constraint lines are untouched.
  • Cargo.lock updates the full resolved tree including aws-sdk-s3 (1.133→1.137), aws-config (1.8.17→1.8.18), aws-runtime (1.7.4→1.7.5), aws-sdk-sso (1.99→1.102), and http (1.4.1→1.4.2).

Confidence Score: 5/5

Safe to merge — all changes are patch/minor version bumps to well-maintained crates with no breaking API changes expected in the application code.

The changes are limited to dependency version updates in Cargo.toml and the regenerated lockfile. The Cargo.toml constraint updates (bytes, bytesize, itertools) reflect the resolved versions in the lock file cleanly. The aws-sdk-s3 jump from 1.133 to 1.137 introduces arc-swap as a new transitive dependency, but this is an internal implementation detail of the SDK. No application source files are modified.

No files require special attention.

Important Files Changed

Filename Overview
Cargo.toml Bumps minimum required versions for bytes (1.11→1.12), bytesize (2.3→2.4), and itertools (0.14→0.15); all other dependency constraints unchanged.
Cargo.lock Resolves updated dependency tree: aws-sdk-s3 1.133→1.137 (gains arc-swap), aws-config/runtime/sso minor bumps, http 1.4.1→1.4.2, bytes/bytesize/itertools aligned to new Cargo.toml minimums.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[cachey] --> B[aws-sdk-s3\n1.133 → 1.137]
    A --> C[aws-config\n1.8.17 → 1.8.18]
    A --> D[bytes\n1.11 → 1.12]
    A --> E[bytesize\n2.3 → 2.4]
    A --> F[itertools\n0.14 → 0.15]
    B --> G[aws-runtime\n1.7.4 → 1.7.5]
    B --> H[arc-swap\nnew transitive dep]
    B --> I[http\n1.4.1 → 1.4.2]
    C --> G
    C --> J[aws-sdk-sso\n1.99 → 1.102]
    G --> I
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[cachey] --> B[aws-sdk-s3\n1.133 → 1.137]
    A --> C[aws-config\n1.8.17 → 1.8.18]
    A --> D[bytes\n1.11 → 1.12]
    A --> E[bytesize\n2.3 → 2.4]
    A --> F[itertools\n0.14 → 0.15]
    B --> G[aws-runtime\n1.7.4 → 1.7.5]
    B --> H[arc-swap\nnew transitive dep]
    B --> I[http\n1.4.1 → 1.4.2]
    C --> G
    C --> J[aws-sdk-sso\n1.99 → 1.102]
    G --> I
Loading

Reviews (1): Last reviewed commit: "chore: dep updates" | Re-trigger Greptile

@shikhar
shikhar merged commit b1cd046 into main Jun 19, 2026
7 checks passed
@shikhar
shikhar deleted the depups-jun19 branch June 19, 2026 16:56
@github-actions github-actions Bot mentioned this pull request Jun 19, 2026
shikhar pushed a commit that referenced this pull request Jun 19, 2026
## 🤖 New release

* `cachey`: 0.10.11 -> 0.10.12

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.10.12](0.10.11...0.10.12)
- 2026-06-19

### Other

- dep updates
([#123](#123))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant