chore(deps): bump the cargo-dependencies group across 1 directory with 2 updates - #581
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the cargo-dependencies group across 1 directory with 2 updates#581dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/cargo/cargo-dependencies-f37c561890
branch
4 times, most recently
from
July 29, 2026 11:35
acfab79 to
b6f5423
Compare
…h 2 updates Bumps the cargo-dependencies group with 2 updates in the / directory: [soroban-sdk](https://github.com/stellar/rs-soroban-sdk) and [tokio](https://github.com/tokio-rs/tokio). Updates `soroban-sdk` from 22.0.11 to 27.0.3 - [Release notes](https://github.com/stellar/rs-soroban-sdk/releases) - [Commits](stellar/rs-soroban-sdk@v22.0.11...v27.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) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 27.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-dependencies - dependency-name: tokio dependency-version: 1.53.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/cargo-dependencies-f37c561890
branch
from
August 3, 2026 09:20
b6f5423 to
9f47e30
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 cargo-dependencies group with 2 updates in the / directory: soroban-sdk and tokio.
Updates
soroban-sdkfrom 22.0.11 to 27.0.3Release notes
Sourced from soroban-sdk's releases.
... (truncated)
Commits
f8f32f0Bump version to 27.0.3 (#1957)9a277a2Update SAC event doc-comments to CAP-67 shapes (#1956)f312342Document constructor auth mocking on register (#1950)014a940Support unit structs as contract events (#1917)ac9e84aBytesIterto read by index instead of re-slicing per byte (theVecTryIter...28142cdRefresh mainnet() resource limits and fees (#1946)88a8d51Clarify purpose of migration guides (#1916)45d378aBump version to 27.0.2 (#1947)8c702e2Switch to recording auth for native constructors (#1943)a604b70Fix register_at to switch to recording auth for constructors (#1933)Updates
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)