chore(deps): bump the rust-dependencies group across 1 directory with 7 updates#2204
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
bashkit | 6318924 | Jul 25 2026, 09:16 AM |
dependabot
Bot
force-pushed
the
dependabot/cargo/rust-dependencies-99f0c69677
branch
from
July 25, 2026 05:29
114cfb3 to
467aa8d
Compare
… 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
force-pushed
the
dependabot/cargo/rust-dependencies-99f0c69677
branch
from
July 25, 2026 09:16
467aa8d to
6318924
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 7 updates in the / directory:
1.53.01.53.10.22.10.23.04.6.24.6.40.62.20.62.43.10.53.11.03.5.103.6.03.0.23.0.3Updates
tokiofrom 1.53.0 to 1.53.1Release notes
Sourced from tokio's releases.
Commits
75fef53chore: prepare Tokio v1.53.1 (#8303)ae9d011signal: restore MSRV by removing OnceLock::wait from the Windows handler (#8300)eb4988dtime: fix the loom test of the race between cancellation/insertion (#8302)91d3b4ctime: fix alt timer cancellation and insertion race (#8252)a463384runtime: remove dead link definition inRuntime::block_on(#8301)Updates
base64from 0.22.1 to 0.23.0Changelog
Sourced from base64's changelog.
Commits
9e9220av0.23.0870326eMerge pull request #306 from marshallpierce/mp/trailing-bits-docsfbec5f1Document no trailing trailing bits0a23549Merge pull request #305 from marshallpierce/mp/edition-2021f10b7e2Update deps & edition9d21a59Merge pull request #304 from marshallpierce/mp/custom-padding-rebasef70bad2Support custom padding symbols684d79cMerge pull request #301 from marshallpierce/mp/simd-gardening5bf66f2Merge pull request #284 from AbeZbm/add-testsd3831cfFollowups to SIMD workUpdates
clapfrom 4.6.2 to 4.6.4Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
87ec1adchore: Release78f2529docs: Update changelogb61f270Merge pull request #6369 from Metbcy/fix/zsh-completion-ordering74c6666fix(complete): Keep zsh candidate orderd142d8fMerge pull request #6360 from epage/stringba89563style: Prefer explicit string operationsbea966eMerge pull request #6359 from epage/manb811986chore(man):Remove unused required-features0010bf2Merge pull request #6358 from clap-rs/renovate/crate-ci-typos-1.xbab9b24chore(deps): Update compatible (dev) (#6357)Updates
russhfrom 0.62.2 to 0.62.4Release notes
Sourced from russh's releases.
Commits
0089c89v0.62.48912512fixed pty modes validationa7fc1ebfix mpint encoding and validate curve25519 keys2311de1chore(russh): bump russh-sftp dev-dependency 2.1.0 → 2.3.0 (#728)2ae5d72v0.62.32e3f1ccUpdate more RustCrypto dependencies to stabilized versions (#735)Updates
napifrom 3.10.5 to 3.11.0Release notes
Sourced from napi's releases.
Commits
679eb79chore: release (#3401)762a0e3chore(release): publish587ae14perf(napi): share tracing callsite (#3409)02d8ccdfix(napi): release JsDeferred tsfn on null-env teardown drain (#3404 follow-u...b635204fix(napi): guard JsDeferred against env teardown (#3404)729ebedfeat: unforgeable#[napi]class identity via Node object type tags (#3405)0a4681dfix(cli): don't force-build crates whose optional napi-derive dependency is d...392ec40chore(deps): update dependency c8 to v12 (#3403)d618d7efeat(napi): add pluggable async runtime backend (#3352)1817ed2fix(napi): register the async runtime env cleanup hook per registration (#3400)Updates
napi-derivefrom 3.5.10 to 3.6.0Release notes
Sourced from napi-derive's releases.
Commits
679eb79chore: release (#3401)762a0e3chore(release): publish587ae14perf(napi): share tracing callsite (#3409)02d8ccdfix(napi): release JsDeferred tsfn on null-env teardown drain (#3404 follow-u...b635204fix(napi): guard JsDeferred against env teardown (#3404)729ebedfeat: unforgeable#[napi]class identity via Node object type tags (#3405)0a4681dfix(cli): don't force-build crates whose optional napi-derive dependency is d...392ec40chore(deps): update dependency c8 to v12 (#3403)d618d7efeat(napi): add pluggable async runtime backend (#3352)1817ed2fix(napi): register the async runtime env cleanup hook per registration (#3400)Updates
synfrom 3.0.2 to 3.0.3Release notes
Sourced from syn's releases.
Commits
23dbaabRelease 3.0.316aad4eMerge pull request #2071 from dtolnay/compatibility42181b8Add explanation of compatibility strategyf3af08eUpdate test suite to nightly-2026-07-21