chore: dep updates#123
Conversation
Greptile SummaryRoutine dependency update bumping
Confidence Score: 5/5Safe 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
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
%%{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
Reviews (1): Last reviewed commit: "chore: dep updates" | Re-trigger Greptile |
## 🤖 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>
No description provided.