Skip to content

chore(deps): bump the rust-dependencies group across 1 directory with 7 updates#2204

Merged
chaliy merged 2 commits into
mainfrom
dependabot/cargo/rust-dependencies-99f0c69677
Jul 25, 2026
Merged

chore(deps): bump the rust-dependencies group across 1 directory with 7 updates#2204
chaliy merged 2 commits into
mainfrom
dependabot/cargo/rust-dependencies-99f0c69677

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-dependencies group with 7 updates in the / directory:

Package From To
tokio 1.53.0 1.53.1
base64 0.22.1 0.23.0
clap 4.6.2 4.6.4
russh 0.62.2 0.62.4
napi 3.10.5 3.11.0
napi-derive 3.5.10 3.6.0
syn 3.0.2 3.0.3

Updates tokio from 1.53.0 to 1.53.1

Release notes

Sourced from tokio's releases.

Tokio v1.53.1

1.53.1 (July 20th, 2026)

Fixed

  • signal: restore MSRV by removing OnceLock::wait from the Windows handler (#8300)

Fixed (unstable)

  • time: fix alt timer cancellation and insertion race (#8252)

Documented

  • runtime: remove dead link definition in Runtime::block_on (#8301)

#8252: tokio-rs/tokio#8252 #8300: tokio-rs/tokio#8300 #8301: tokio-rs/tokio#8301

Commits
  • 75fef53 chore: prepare Tokio v1.53.1 (#8303)
  • ae9d011 signal: restore MSRV by removing OnceLock::wait from the Windows handler (#8300)
  • eb4988d time: fix the loom test of the race between cancellation/insertion (#8302)
  • 91d3b4c time: fix alt timer cancellation and insertion race (#8252)
  • a463384 runtime: remove dead link definition in Runtime::block_on (#8301)
  • See full diff in compare view

Updates base64 from 0.22.1 to 0.23.0

Changelog

Sourced from base64's changelog.

0.23.0

  • Added more consts for preconfigured configs and engines
  • Make DecodeError::InvalidLastSymbol more clear by including the decoded value
  • Added SIMD-accelerated engines behind the default-on simd-unsafe feature: Simd picks the best instruction set at runtime (AVX2 on x86_64, NEON on aarch64) and falls back to the scalar GeneralPurpose engine, while Avx2 and Neon target one instruction set with no runtime detection and work in no_std. The engines support the standard and URL-safe alphabets.
  • Update MSRV to 1.71.0
  • Add support for custom padding symbols
Commits
  • 9e9220a v0.23.0
  • 870326e Merge pull request #306 from marshallpierce/mp/trailing-bits-docs
  • fbec5f1 Document no trailing trailing bits
  • 0a23549 Merge pull request #305 from marshallpierce/mp/edition-2021
  • f10b7e2 Update deps & edition
  • 9d21a59 Merge pull request #304 from marshallpierce/mp/custom-padding-rebase
  • f70bad2 Support custom padding symbols
  • 684d79c Merge pull request #301 from marshallpierce/mp/simd-gardening
  • 5bf66f2 Merge pull request #284 from AbeZbm/add-tests
  • d3831cf Followups to SIMD work
  • Additional commits viewable in compare view

Updates clap from 4.6.2 to 4.6.4

Release notes

Sourced from clap's releases.

v4.6.4

[4.6.4] - 2026-07-21

Internal

  • Update to syn v3

v4.6.3

[4.6.3] - 2026-07-20

Fixes

  • (derive) Allow "literal".function() as attribute values
Changelog

Sourced from clap's changelog.

[4.6.4] - 2026-07-21

Internal

  • Update to syn v3

[4.6.3] - 2026-07-20

Fixes

  • (derive) Allow "literal".function() as attribute values
Commits
  • 87ec1ad chore: Release
  • 78f2529 docs: Update changelog
  • b61f270 Merge pull request #6369 from Metbcy/fix/zsh-completion-ordering
  • 74c6666 fix(complete): Keep zsh candidate order
  • d142d8f Merge pull request #6360 from epage/string
  • ba89563 style: Prefer explicit string operations
  • bea966e Merge pull request #6359 from epage/man
  • b811986 chore(man):Remove unused required-features
  • 0010bf2 Merge pull request #6358 from clap-rs/renovate/crate-ci-typos-1.x
  • bab9b24 chore(deps): Update compatible (dev) (#6357)
  • Additional commits viewable in compare view

Updates russh from 0.62.2 to 0.62.4

Release notes

Sourced from russh's releases.

v0.62.4

Security fixes

Three independent bugs have allowed a client to trigger a panic in the session handler task, thereby crashing their own session.

Misc

v0.62.3

Changes

  • 2e3f1cc: Update more RustCrypto dependencies to stabilized versions (#735) (kpcyrd) #735
Commits

Updates napi from 3.10.5 to 3.11.0

Release notes

Sourced from napi's releases.

napi-v3.11.0

Added

  • unforgeable #[napi] class identity via Node object type tags (#3405)
  • (napi) add pluggable async runtime backend (#3352)

Fixed

  • (napi) release JsDeferred tsfn on null-env teardown drain (#3404 follow-up) (#3408)
  • (napi) guard JsDeferred against env teardown (#3404)
  • (napi) register the async runtime env cleanup hook per registration (#3400)

Other

  • (napi) share tracing callsite (#3409)
Commits
  • 679eb79 chore: release (#3401)
  • 762a0e3 chore(release): publish
  • 587ae14 perf(napi): share tracing callsite (#3409)
  • 02d8ccd fix(napi): release JsDeferred tsfn on null-env teardown drain (#3404 follow-u...
  • b635204 fix(napi): guard JsDeferred against env teardown (#3404)
  • 729ebed feat: unforgeable #[napi] class identity via Node object type tags (#3405)
  • 0a4681d fix(cli): don't force-build crates whose optional napi-derive dependency is d...
  • 392ec40 chore(deps): update dependency c8 to v12 (#3403)
  • d618d7e feat(napi): add pluggable async runtime backend (#3352)
  • 1817ed2 fix(napi): register the async runtime env cleanup hook per registration (#3400)
  • Additional commits viewable in compare view

Updates napi-derive from 3.5.10 to 3.6.0

Release notes

Sourced from napi-derive's releases.

napi-derive-v3.6.0

Added

  • unforgeable #[napi] class identity via Node object type tags (#3405)
Commits
  • 679eb79 chore: release (#3401)
  • 762a0e3 chore(release): publish
  • 587ae14 perf(napi): share tracing callsite (#3409)
  • 02d8ccd fix(napi): release JsDeferred tsfn on null-env teardown drain (#3404 follow-u...
  • b635204 fix(napi): guard JsDeferred against env teardown (#3404)
  • 729ebed feat: unforgeable #[napi] class identity via Node object type tags (#3405)
  • 0a4681d fix(cli): don't force-build crates whose optional napi-derive dependency is d...
  • 392ec40 chore(deps): update dependency c8 to v12 (#3403)
  • d618d7e feat(napi): add pluggable async runtime backend (#3352)
  • 1817ed2 fix(napi): register the async runtime env cleanup hook per registration (#3400)
  • Additional commits viewable in compare view

Updates syn from 3.0.2 to 3.0.3

Release notes

Sourced from syn's releases.

3.0.3

  • Documentation improvements
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 25, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 25, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
bashkit 6318924 Jul 25 2026, 09:16 AM

@dependabot dependabot Bot changed the title chore(deps): bump the rust-dependencies group with 7 updates chore(deps): bump the rust-dependencies group across 1 directory with 7 updates Jul 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/rust-dependencies-99f0c69677 branch from 114cfb3 to 467aa8d Compare July 25, 2026 05:29
dependabot Bot and others added 2 commits July 25, 2026 09:15
… 7 updates

Bumps the rust-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.53.0` | `1.53.1` |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.22.1` | `0.23.0` |
| [clap](https://github.com/clap-rs/clap) | `4.6.2` | `4.6.4` |
| [russh](https://github.com/warp-tech/russh) | `0.62.2` | `0.62.4` |
| [napi](https://github.com/napi-rs/napi-rs) | `3.10.5` | `3.11.0` |
| [napi-derive](https://github.com/napi-rs/napi-rs) | `3.5.10` | `3.6.0` |
| [syn](https://github.com/dtolnay/syn) | `3.0.2` | `3.0.3` |



Updates `tokio` from 1.53.0 to 1.53.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.53.0...tokio-1.53.1)

Updates `base64` from 0.22.1 to 0.23.0
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.22.1...v0.23.0)

Updates `clap` from 4.6.2 to 4.6.4
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.2...clap_complete-v4.6.4)

Updates `russh` from 0.62.2 to 0.62.4
- [Release notes](https://github.com/warp-tech/russh/releases)
- [Commits](Eugeny/russh@v0.62.2...v0.62.4)

Updates `napi` from 3.10.5 to 3.11.0
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-v3.10.5...napi-v3.11.0)

Updates `napi-derive` from 3.5.10 to 3.6.0
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-derive-v3.5.10...napi-derive-v3.6.0)

Updates `syn` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: base64
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: clap
  dependency-version: 4.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: napi
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: napi-derive
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: russh
  dependency-version: 0.62.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: syn
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tokio
  dependency-version: 1.53.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@chaliy
chaliy force-pushed the dependabot/cargo/rust-dependencies-99f0c69677 branch from 467aa8d to 6318924 Compare July 25, 2026 09:16
@chaliy
chaliy merged commit 06a22bc into main Jul 25, 2026
38 of 39 checks passed
@chaliy
chaliy deleted the dependabot/cargo/rust-dependencies-99f0c69677 branch July 25, 2026 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant