Skip to content

[Repo Assist] chore: bump all compatible dependencies (cargo update) #63

@github-actions

Description

@github-actions

🤖 This PR was created by Repo Assist, an automated AI assistant.

Summary

Runs cargo update to advance all transitive dependencies to their latest compatible versions. All changes are within the ^ / ~ semver ranges already declared in Cargo.toml, so no Cargo.toml changes are needed.

Updated packages

Crate Old New
anyhow 1.0.101 1.0.102
bitflags 2.10.0 2.11.0
instability 0.3.11 0.3.12
itoa 1.0.17 1.0.18
libc 0.2.180 0.2.183
pin-project-lite 0.2.16 0.2.17
quote 1.0.44 1.0.45
socket2 0.6.2 0.6.3
syn 2.0.114 2.0.117
tokio 1.49.0 1.50.0
tokio-macros 2.6.0 2.6.1
unicode-ident 1.0.23 1.0.24
unicode-segmentation 1.12.0 1.13.1
zmij 1.0.20 1.0.21

The windows-sys / windows-targets / windows_* crates were removed as they are no longer needed by the updated dependency graph.

Test Status

cargo build: clean ✅
cargo test: 14 passed, 0 failed ✅
cargo clippy -- -D warnings: clean ✅

Generated by Repo Assist ·

Generated by Repo Assist ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@cbb46ab386962aa371045839fc9998ee4e97ca64

Note

This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch repo-assist/eng-dep-update-2026-03-26-acf88244f0980175.

Click here to create the pull request

To fix the permissions issue, go to SettingsActionsGeneral and enable Allow GitHub Actions to create and approve pull requests.

Show patch preview (358 of 358 lines)
From 3c7a624b2291a854109da1b85585879f885e3ce6 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Thu, 26 Mar 2026 12:39:14 +0000
Subject: [PATCH] chore: bump all compatible dependencies (cargo update)

Patch and minor updates via cargo update:
- anyhow 1.0.101 -> 1.0.102
- bitflags 2.10.0 -> 2.11.0
- instability 0.3.11 -> 0.3.12
- itoa 1.0.17 -> 1.0.18
- libc 0.2.180 -> 0.2.183
- pin-project-lite 0.2.16 -> 0.2.17
- quote 1.0.44 -> 1.0.45
- socket2 0.6.2 -> 0.6.3
- syn 2.0.114 -> 2.0.117
- tokio 1.49.0 -> 1.50.0
- tokio-macros 2.6.0 -> 2.6.1
- unicode-ident 1.0.23 -> 1.0.24
- unicode-segmentation 1.12.0 -> 1.13.1
- zmij 1.0.20 -> 1.0.21

All changes are patch or minor-version bumps compatible with the version
constraints already declared in Cargo.toml. Build, tests (14 passed),
and clippy all clean.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
 Cargo.lock | 152 ++++++++++++++---------------------------------------
 1 file changed, 39 insertions(+), 113 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 8f73468..253cca3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -10,9 +10,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
 
 [[package]]
 name = "anyhow"
-version = "1.0.101"
+version = "1.0.102"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
+checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
 
 [[package]]
 name = "async-trait"
@@ -27,9 +27,9 @@ dependencies = [
 
 [[package]]
 name = "bitflags"
-version = "2.10.0"
+version = "2.11.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
+checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
 
 [[package]]
 name = "bytes"
@@ -193,9 +193,9 @@ dependencies = [
 
 
... (truncated)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions