Bump the cargo-deps group across 2 directories with 7 updates - #55
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the cargo-deps group across 2 directories with 7 updates#55dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo-deps group with 1 update in the /integration directory: [tokio](https://github.com/tokio-rs/tokio). Bumps the cargo-deps group with 6 updates in the /test-runner directory: | Package | From | To | | --- | --- | --- | | [wasm-bindgen-cli](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.126` | `0.2.127` | | [serde](https://github.com/serde-rs/serde) | `1.0.228` | `1.0.229` | | [serde_json](https://github.com/serde-rs/json) | `1.0.150` | `1.0.151` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.21.0` | `3.22.0` | | [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) | `0.253.0` | `0.255.0` | | [wasmparser](https://github.com/bytecodealliance/wasm-tools) | `0.253.0` | `0.255.0` | 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 `wasm-bindgen-cli` from 0.2.126 to 0.2.127 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](wasm-bindgen/wasm-bindgen@0.2.126...0.2.127) Updates `serde` from 1.0.228 to 1.0.229 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.228...v1.0.229) Updates `serde_json` from 1.0.150 to 1.0.151 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.150...v1.0.151) Updates `serde_with` from 3.21.0 to 3.22.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.21.0...v3.22.0) Updates `wasm-encoder` from 0.253.0 to 0.255.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `wasmparser` from 0.253.0 to 0.255.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.53.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: wasm-bindgen-cli dependency-version: 0.2.127 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: serde dependency-version: 1.0.229 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: serde_json dependency-version: 1.0.151 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: serde_with dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: wasm-encoder dependency-version: 0.255.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: wasmparser dependency-version: 0.255.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
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-deps group with 1 update in the /integration directory: tokio.
Bumps the cargo-deps group with 6 updates in the /test-runner directory:
0.2.1260.2.1271.0.2281.0.2291.0.1501.0.1513.21.03.22.00.253.00.255.00.253.00.255.0Updates
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
wasm-bindgen-clifrom 0.2.126 to 0.2.127Release notes
Sourced from wasm-bindgen-cli's releases.
... (truncated)
Changelog
Sourced from wasm-bindgen-cli's changelog.
... (truncated)
Commits
a579ee6Release 0.2.127 (#5219)30e0200Add JsNullable for WebIDL nullable types (#5258)01b12efUpdate WebGPU API to 2026-08-02 (#5246)bec51f6slice_to_array fixes (#5261)f50896dUse string literal for PanicError name so it survives minification (#5262)389c36dLeaveenv.memoryto the emscripten runtime (#5254)2baf51cThrow a clear error for non-ok fetch Responses in__wbg_load(#5256)7fa3bc4Add Navigation API to web-sys (#5247)297640cUse emscripten __export/__force symbol attributes for public exports (#5253)c11101eRestore the stack pointer when an exception leaves an export (#5244)Updates
serdefrom 1.0.228 to 1.0.229Release notes
Sourced from serde's releases.
Commits
7fc3b4cRelease 1.0.2296d6e9a1Merge pull request #3085 from dtolnay/syn36dec3b7Update to syn 3cfe6692Resolve mut_mut pedantic clippy lint1023d07Update actions/upload-artifact@v6 -> v7dd682c2Update actions/checkout@v6 -> v75f0f18bUpdate ui test suite to nightly-2026-06-0163a1498Regenerate stderr with trybuild normalization fixesfa7da4aFix unused_features warning6b1a178Unpin CI miri toolchainUpdates
serde_jsonfrom 1.0.150 to 1.0.151Release notes
Sourced from serde_json's releases.
Commits
de85007Release 1.0.1513b2b3c5Merge pull request #1331 from WonderLawrence/rawvalue-from-string-unchecked0406d96Debug-assert well-formedness and no-whitespace in from_string_uncheckedcf16f75Add RawValue::from_string_unchecked827a315Update actions/upload-artifact@v6 -> v7cea36a5Update actions/checkout@v6 -> v7Updates
serde_withfrom 3.21.0 to 3.22.0Release notes
Sourced from serde_with's releases.
Commits
88f576aBump version to 3.22.0 (#991)931e664Bump version to 3.22.0e26930eBump github/codeql-action from 4.37.3 to 4.37.4 in the github-actions group (...92cd5a0Bump github/codeql-action in the github-actions group32be66fGuard with_capacity_and_hasher against untrusted size_hint (DoS) (#971)33871cdMerge branch 'master' into fix/duplicate-key-impls-capacity-overflowbb1e064Change function position within impl (#968)202d3ddImprove the time unit macros to remove unnecessary repetition and make the co...b347efbMove theuse_duration_signed_ser/*_demacros utils6590545chrono_0_4: Implement the same time unit macro cleanup as jiff_0_2Updates
wasm-encoderfrom 0.253.0 to 0.255.0Commits
Updates
wasmparserfrom 0.253.0 to 0.255.0Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions