Skip to content

chore(deps): bump hyper-util, system-configuration, lru, aws-sdk, and others#7977

Merged
jdx merged 1 commit into
mainfrom
chore/bump-deps
Feb 3, 2026
Merged

chore(deps): bump hyper-util, system-configuration, lru, aws-sdk, and others#7977
jdx merged 1 commit into
mainfrom
chore/bump-deps

Conversation

@jdx

@jdx jdx commented Feb 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • hyper-util 0.1.19 → 0.1.20
  • system-configuration 0.6.1 → 0.7.0
  • lru 0.12.5 → 0.16.3
  • aws-sdk-s3 1.119.0 → 1.121.0
  • arc-swap 1.8.0 → 1.8.1
  • aws-smithy-eventstream 0.60.17 → 0.60.18
  • aws-smithy-query 0.60.12 → 0.60.13
  • insta 1.46.2 → 1.46.3
  • mockito 1.7.1 → 1.7.2
  • schemars 1.2.0 → 1.2.1
  • zmij 1.0.18 → 1.0.19

Fixes panic in macOS sandboxes (e.g., Claude Code) where SCDynamicStore::create returns NULL during proxy detection.

Closes #7909

Test plan

  • cargo check passes
  • All pre-commit lints pass
  • CI passes

🤖 Generated with Claude Code


Note

Medium Risk
Lockfile-only dependency upgrades touch networking/AWS client and macOS system configuration stacks, which can subtly change runtime behavior despite no application code changes.

Overview
Bumps key dependencies via Cargo.lock, notably aws-sdk-s3 (and a set of aws-smithy-* crates), hyper-util, system-configuration, and lru.

These updates also pull in several transitive changes (e.g., new aws-smithy-http/spin versions and Windows-related crate bumps), altering the resolved dependency graph without changing application source.

Written by Cursor Bugbot for commit 036bd45. This will update automatically on new commits. Configure here.

Copilot AI review requested due to automatic review settings February 3, 2026 02:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


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

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @jdx, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on updating several core Rust dependencies to their newer versions. The most significant impact of these updates is the resolution of a critical panic issue observed in macOS sandboxed environments, which was caused by an older version of the system-configuration crate. These dependency bumps ensure the project benefits from the latest features, bug fixes, and security improvements provided by these upstream libraries.

Highlights

  • Dependency Updates: Several key dependencies have been bumped to their latest versions, including hyper-util, system-configuration, lru, and aws-sdk-s3 along with its related aws-smithy crates.
  • macOS Sandbox Fix: The update to system-configuration specifically addresses and fixes a panic that occurred in macOS sandboxed environments (e.g., Claude Code) when SCDynamicStore::create returned NULL during proxy detection.
Changelog
  • Cargo.lock
    • Updated hyper-util from 0.1.19 to 0.1.20.
    • Updated system-configuration from 0.6.1 to 0.7.0, addressing a macOS sandbox panic.
    • Updated lru from 0.12.5 to 0.16.3.
    • Updated aws-sdk-s3 from 1.119.0 to 1.121.0, and several related aws-smithy crates including aws-smithy-async (1.2.10 -> 1.2.11), aws-smithy-checksums (0.63.12 -> 0.63.13), aws-smithy-http-client (1.1.8 -> 1.1.9), aws-smithy-observability (0.2.3 -> 0.2.4), aws-smithy-runtime (1.9.8 -> 1.10.0), aws-smithy-runtime-api (1.11.2 -> 1.11.3), and aws-smithy-types (1.4.2 -> 1.4.3).
    • The aws-smithy-http package was updated to 0.63.3, and its version references within other aws-smithy dependencies were adjusted.
    • Updated itertools from 0.10.5 to 0.13.0 across multiple dependencies.
    • Updated windows-sys from 0.59.0 to 0.61.2 in several packages, and to 0.60.2 in socket2's build-dependencies.
    • Updated crc-fast from 1.6.0 to 1.9.0, which now depends on spin 0.10.0 and removes rand and regex.
    • Updated socket2 from 0.5.10 to 0.6.2.
    • Updated hashbrown from 0.15.5 to 0.16.1, which also removed allocator-api2 and equivalent dependencies.
    • The spin package was updated from 0.9.8 to 0.10.0. Notably, parking_lot_core's dependency on spin was explicitly pinned to 0.9.8, while crc-fast now depends on the newer spin 0.10.0.
    • Added http-body-util as a dependency for aws-smithy-runtime-api.
Activity
  • The author has confirmed that cargo check passes.
  • All pre-commit lints have passed successfully.
  • CI is expected to pass, indicating the changes are stable.
  • The pull request was generated using Claude Code.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

… others

- hyper-util 0.1.19 → 0.1.20
- system-configuration 0.6.1 → 0.7.0
- lru 0.12.5 → 0.16.3
- aws-sdk-s3 1.119.0 → 1.121.0
- arc-swap 1.8.0 → 1.8.1
- aws-smithy-eventstream 0.60.17 → 0.60.18
- aws-smithy-query 0.60.12 → 0.60.13
- insta 1.46.2 → 1.46.3
- mockito 1.7.1 → 1.7.2
- schemars 1.2.0 → 1.2.1
- zmij 1.0.18 → 1.0.19

Fixes panic in macOS sandboxes (e.g., Claude Code) where
SCDynamicStore::create returns NULL during proxy detection.

Closes #7909

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@jdx jdx force-pushed the chore/bump-deps branch from c55741e to 036bd45 Compare February 3, 2026 02:57
@jdx jdx changed the title chore(deps): bump hyper-util, system-configuration, lru, and aws-sdk chore(deps): bump hyper-util, system-configuration, lru, aws-sdk, and others Feb 3, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates several dependencies, notably hyper-util, system-configuration, lru, and aws-sdk-* crates. The primary goal of fixing a panic on macOS related to proxy detection seems to be correctly addressed by the bump of system-configuration. The dependency updates are reasonable. One minor concern is the introduction of a second version of the aws-smithy-http crate, which increases dependency complexity. I've added a specific comment about this. Overall, this is a good and necessary update.

Comment thread Cargo.lock
Comment on lines +649 to +650
name = "aws-smithy-http"
version = "0.63.3"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

This pull request introduces a second version of the aws-smithy-http crate into the dependency tree (0.62.6 and 0.63.3). This is likely a result of updating some aws-sdk-* crates while others remain on older versions with different aws-smithy-http requirements.

While having duplicate versions of crates is not a critical issue, it does increase the final binary size and overall dependency complexity. It would be beneficial to investigate if all aws-sdk-* dependencies can be updated to versions that rely on a single version of aws-smithy-http in a future PR to maintain better dependency hygiene.

@jdx jdx enabled auto-merge (squash) February 3, 2026 03:04
@github-actions

github-actions Bot commented Feb 3, 2026

Copy link
Copy Markdown

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.1 x -- echo 20.2 ± 0.4 19.5 24.6 1.00
mise x -- echo 20.6 ± 0.3 19.9 22.4 1.02 ± 0.03

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.1 env 19.7 ± 0.5 19.0 24.0 1.00
mise env 20.0 ± 0.5 19.4 22.4 1.02 ± 0.04

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.1 hook-env 20.4 ± 0.3 19.9 21.4 1.00
mise hook-env 20.8 ± 0.3 20.1 21.9 1.02 ± 0.02

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.1 ls 18.4 ± 0.3 17.9 19.4 1.00
mise ls 18.7 ± 0.4 18.1 22.3 1.02 ± 0.03

xtasks/test/perf

Command mise-2026.2.1 mise Variance
install (cached) 112ms 112ms +0%
ls (cached) 70ms 70ms +0%
bin-paths (cached) 74ms 74ms +0%
task-ls (cached) 545ms ⚠️ 2490ms -78%

⚠️ Warning: task-ls cached performance variance is -78%

@jdx jdx merged commit 102d902 into main Feb 3, 2026
36 checks passed
@jdx jdx deleted the chore/bump-deps branch February 3, 2026 03:17
mise-en-dev added a commit that referenced this pull request Feb 3, 2026
### 🚀 Features

- **(asset-matcher)** enable `mingw-w64` detection for windows packages
by @lchagnoleau in [#7981](#7981)
- **(crates/vfox)** add download_path to BackendInstall context by
@malept in [#7959](#7959)
- **(python)** rework `python.uv_venv_auto` setting by @halms in
[#7905](#7905)
- add "Did you mean?" suggestions and inactive tool warnings by @jdx in
[#7965](#7965)

### 🐛 Bug Fixes

- **(hook-env)** skip remote version fetching for uninstalled tools in
prefer-offline mode by @jdx in
[#7976](#7976)
- **(install.sh)** Corret `setup` to `set up` by @gogolok in
[#7980](#7980)
- retry spawn on ETXTBSY (Text file busy) by @jdx in
[#7964](#7964)
- improve ToolOptions parsing to support comma separated values by
@roele in [#7971](#7971)

### 📚 Documentation

- improve plugin documentation with comparisons and template links by
@jdx in [#7962](#7962)

### 📦️ Dependency Updates

- bump hyper-util, system-configuration, lru, aws-sdk, and others by
@jdx in [#7977](#7977)

### Chore

- **(vfox)** add LuaCATS type definitions for plugin IDE support by @jdx
in [#7961](#7961)
- **(vfox)** add `download_path` to `BackendInstallCtx` type defintion
by @malept in [#7973](#7973)
- add stylua linting for vfox plugin Lua files by @jdx in
[#7960](#7960)
- use system Rust for PPA builds on Ubuntu 26.04+ by @jdx in
[#7956](#7956)

### New Contributors

- @gogolok made their first contribution in
[#7980](#7980)

## 📦 Aqua Registry Updates

#### New Packages (4)

- [`autobrr/mkbrr`](https://github.com/autobrr/mkbrr)
- [`dodobrands/Peekie`](https://github.com/dodobrands/Peekie)
-
[`grpc/grpc-java/protoc-gen-grpc-java`](https://github.com/grpc/grpc-java/protoc-gen-grpc-java)
-
[`str4d/age-plugin-yubikey`](https://github.com/str4d/age-plugin-yubikey)

#### Updated Packages (3)

- [`biomejs/biome`](https://github.com/biomejs/biome)
-
[`rust-cross/cargo-zigbuild`](https://github.com/rust-cross/cargo-zigbuild)
- [`siderolabs/talos`](https://github.com/siderolabs/talos)
lucasew pushed a commit to lucasew/CONTRIB-mise that referenced this pull request Feb 18, 2026
… others (jdx#7977)

## Summary
- `hyper-util` 0.1.19 → 0.1.20
- `system-configuration` 0.6.1 → 0.7.0
- `lru` 0.12.5 → 0.16.3
- `aws-sdk-s3` 1.119.0 → 1.121.0
- `arc-swap` 1.8.0 → 1.8.1
- `aws-smithy-eventstream` 0.60.17 → 0.60.18
- `aws-smithy-query` 0.60.12 → 0.60.13
- `insta` 1.46.2 → 1.46.3
- `mockito` 1.7.1 → 1.7.2
- `schemars` 1.2.0 → 1.2.1
- `zmij` 1.0.18 → 1.0.19

Fixes panic in macOS sandboxes (e.g., Claude Code) where
`SCDynamicStore::create` returns NULL during proxy detection.

Closes jdx#7909

## Test plan
- [x] `cargo check` passes
- [x] All pre-commit lints pass
- [ ] CI passes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Medium Risk**
> Lockfile-only dependency upgrades touch networking/AWS client and
macOS system configuration stacks, which can subtly change runtime
behavior despite no application code changes.
> 
> **Overview**
> Bumps key dependencies via `Cargo.lock`, notably `aws-sdk-s3` (and a
set of `aws-smithy-*` crates), `hyper-util`, `system-configuration`, and
`lru`.
> 
> These updates also pull in several transitive changes (e.g., new
`aws-smithy-http`/`spin` versions and Windows-related crate bumps),
altering the resolved dependency graph without changing application
source.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
036bd45. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
lucasew pushed a commit to lucasew/CONTRIB-mise that referenced this pull request Feb 18, 2026
### 🚀 Features

- **(asset-matcher)** enable `mingw-w64` detection for windows packages
by @lchagnoleau in [jdx#7981](jdx#7981)
- **(crates/vfox)** add download_path to BackendInstall context by
@malept in [jdx#7959](jdx#7959)
- **(python)** rework `python.uv_venv_auto` setting by @halms in
[jdx#7905](jdx#7905)
- add "Did you mean?" suggestions and inactive tool warnings by @jdx in
[jdx#7965](jdx#7965)

### 🐛 Bug Fixes

- **(hook-env)** skip remote version fetching for uninstalled tools in
prefer-offline mode by @jdx in
[jdx#7976](jdx#7976)
- **(install.sh)** Corret `setup` to `set up` by @gogolok in
[jdx#7980](jdx#7980)
- retry spawn on ETXTBSY (Text file busy) by @jdx in
[jdx#7964](jdx#7964)
- improve ToolOptions parsing to support comma separated values by
@roele in [jdx#7971](jdx#7971)

### 📚 Documentation

- improve plugin documentation with comparisons and template links by
@jdx in [jdx#7962](jdx#7962)

### 📦️ Dependency Updates

- bump hyper-util, system-configuration, lru, aws-sdk, and others by
@jdx in [jdx#7977](jdx#7977)

### Chore

- **(vfox)** add LuaCATS type definitions for plugin IDE support by @jdx
in [jdx#7961](jdx#7961)
- **(vfox)** add `download_path` to `BackendInstallCtx` type defintion
by @malept in [jdx#7973](jdx#7973)
- add stylua linting for vfox plugin Lua files by @jdx in
[jdx#7960](jdx#7960)
- use system Rust for PPA builds on Ubuntu 26.04+ by @jdx in
[jdx#7956](jdx#7956)

### New Contributors

- @gogolok made their first contribution in
[jdx#7980](jdx#7980)

## 📦 Aqua Registry Updates

#### New Packages (4)

- [`autobrr/mkbrr`](https://github.com/autobrr/mkbrr)
- [`dodobrands/Peekie`](https://github.com/dodobrands/Peekie)
-
[`grpc/grpc-java/protoc-gen-grpc-java`](https://github.com/grpc/grpc-java/protoc-gen-grpc-java)
-
[`str4d/age-plugin-yubikey`](https://github.com/str4d/age-plugin-yubikey)

#### Updated Packages (3)

- [`biomejs/biome`](https://github.com/biomejs/biome)
-
[`rust-cross/cargo-zigbuild`](https://github.com/rust-cross/cargo-zigbuild)
- [`siderolabs/talos`](https://github.com/siderolabs/talos)
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.

2 participants