Skip to content

chore: dep updates - #125

Merged
shikhar merged 1 commit into
mainfrom
depups-jul8
Jul 9, 2026
Merged

chore: dep updates#125
shikhar merged 1 commit into
mainfrom
depups-jul8

Conversation

@shikhar

@shikhar shikhar commented Jul 9, 2026

Copy link
Copy Markdown
Member

No description provided.

@greptile-apps

greptile-apps Bot commented Jul 9, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps five direct Rust dependencies in Cargo.toml and regenerates the lock file accordingly. All changes are minor or patch releases within existing semver-compatible constraints.

  • Direct dependency bumps: aws-config 1.8→1.9, aws-smithy-runtime-api 1.12→1.13, jemalloc_pprof 0.8→0.9, tikv-jemallocator 0.6→0.7, tikv-jemalloc-ctl 0.6→0.7.
  • Notable transitive changes in lock file: aws-smithy-schema added as a new transitive dep for AWS SDK packages; env_filter jumped from 1.0 to 2.0 (pulling in regex); quick-xml moved from 0.39 to 0.41; windows-sys versions consolidated from 0.60/0.61 down to 0.52 for several crates; filetime dropped from astral-tokio-tar in favor of rustix.

Confidence Score: 5/5

Routine dependency maintenance with all direct bumps staying within semver-compatible minor or patch ranges; transitive shuffle is automatically resolved by Cargo and introduces no source changes.

All five direct dependency bumps are minor or patch releases with no breaking changes expected. The transitive lock-file changes (env_filter 1→2, quick-xml 0.39→0.41, windows-sys consolidation) are automatically managed by Cargo's resolver and do not require any source-code adjustments. The new aws-smithy-schema transitive dependency is an additive AWS SDK internal crate. No application logic was touched.

No files require special attention.

Important Files Changed

Filename Overview
Cargo.toml Bumps 5 direct dependencies: aws-config (1.8→1.9), aws-smithy-runtime-api (1.12→1.13), jemalloc_pprof (0.8→0.9), tikv-jemallocator (0.6→0.7), tikv-jemalloc-ctl (0.6→0.7); all are minor or patch bumps within semver-compatible ranges.
Cargo.lock Lock file regenerated to reflect updated direct and transitive deps; notable changes include aws-smithy-schema being added as a new transitive dep for aws-sdk-s3/sso/ssooidc/sts, env_filter 1.0→2.0 (adding regex as a transitive dep), quick-xml 0.39→0.41, and windows-sys being consolidated from multiple versions (0.60, 0.61) down to 0.52. No issues found.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    subgraph Direct["Direct Dependencies Updated (Cargo.toml)"]
        AC["aws-config\n1.8 → 1.9"]
        ASRA["aws-smithy-runtime-api\n1.12 → 1.13"]
        JP["jemalloc_pprof\n0.8 → 0.9"]
        TJA["tikv-jemallocator\n0.6 → 0.7"]
        TJCTL["tikv-jemalloc-ctl\n0.6 → 0.7"]
    end

    subgraph Transitive["Notable Transitive Changes (Cargo.lock)"]
        AWS_SDK["aws-sdk-s3 / sso / ssooidc / sts\n+ aws-smithy-schema (new dep)"]
        ENVF["env_filter\n1.0 → 2.0 (+ regex dep)"]
        QXML["quick-xml\n0.39 → 0.41"]
        WSYS["windows-sys\n0.60/0.61 → 0.52 (consolidated)"]
        TJS["tikv-jemalloc-sys\njemalloc 5.3.0 → 5.3.1"]
    end

    AC --> AWS_SDK
    ASRA --> AWS_SDK
    TJA --> TJS
    TJCTL --> TJS

    style Direct fill:#d4edda,stroke:#28a745
    style Transitive fill:#fff3cd,stroke:#ffc107
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
    subgraph Direct["Direct Dependencies Updated (Cargo.toml)"]
        AC["aws-config\n1.8 → 1.9"]
        ASRA["aws-smithy-runtime-api\n1.12 → 1.13"]
        JP["jemalloc_pprof\n0.8 → 0.9"]
        TJA["tikv-jemallocator\n0.6 → 0.7"]
        TJCTL["tikv-jemalloc-ctl\n0.6 → 0.7"]
    end

    subgraph Transitive["Notable Transitive Changes (Cargo.lock)"]
        AWS_SDK["aws-sdk-s3 / sso / ssooidc / sts\n+ aws-smithy-schema (new dep)"]
        ENVF["env_filter\n1.0 → 2.0 (+ regex dep)"]
        QXML["quick-xml\n0.39 → 0.41"]
        WSYS["windows-sys\n0.60/0.61 → 0.52 (consolidated)"]
        TJS["tikv-jemalloc-sys\njemalloc 5.3.0 → 5.3.1"]
    end

    AC --> AWS_SDK
    ASRA --> AWS_SDK
    TJA --> TJS
    TJCTL --> TJS

    style Direct fill:#d4edda,stroke:#28a745
    style Transitive fill:#fff3cd,stroke:#ffc107
Loading

Reviews (1): Last reviewed commit: "cl" | Re-trigger Greptile

@shikhar
shikhar merged commit cfbe03d into main Jul 9, 2026
7 checks passed
@shikhar
shikhar deleted the depups-jul8 branch July 9, 2026 01:35
@github-actions github-actions Bot mentioned this pull request Jul 9, 2026
shikhar pushed a commit that referenced this pull request Jul 9, 2026
## 🤖 New release

* `cachey`: 0.10.12 -> 0.10.13

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

<blockquote>

##
[0.10.13](0.10.12...0.10.13)
- 2026-07-09

### Other

- dep updates
([#125](#125))
</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