chore(deps): bump the rust-other group with 7 updates#471
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump the rust-other group with 7 updates#471dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the rust-other group with 7 updates: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.0` | `1.52.1` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.0` | `1.23.1` | | [wasip2](https://github.com/bytecodealliance/wasi-rs) | `1.0.2+wasi-0.2.9` | `1.0.3+wasi-0.2.9` | | [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) | `0.56.0` | `0.57.1` | | [regalloc2](https://github.com/bytecodealliance/regalloc2) | `0.15.0` | `0.15.1` | | [typenum](https://github.com/paholg/typenum) | `1.19.0` | `1.20.0` | | [webpki-root-certs](https://github.com/rustls/webpki-roots) | `1.0.6` | `1.0.7` | Updates `tokio` from 1.52.0 to 1.52.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.0...tokio-1.52.1) Updates `uuid` from 1.23.0 to 1.23.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.0...v1.23.1) Updates `wasip2` from 1.0.2+wasi-0.2.9 to 1.0.3+wasi-0.2.9 - [Commits](bytecodealliance/wasi-rs@wasip2-1.0.2...wasip2-1.0.3) Updates `wit-bindgen` from 0.56.0 to 0.57.1 - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](bytecodealliance/wit-bindgen@v0.56.0...v0.57.1) Updates `regalloc2` from 0.15.0 to 0.15.1 - [Commits](bytecodealliance/regalloc2@v0.15.0...v0.15.1) Updates `typenum` from 1.19.0 to 1.20.0 - [Release notes](https://github.com/paholg/typenum/releases) - [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md) - [Commits](paholg/typenum@v1.19.0...v1.20.0) Updates `webpki-root-certs` from 1.0.6 to 1.0.7 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/1.0.6...v/1.0.7) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-other - dependency-name: uuid dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-other - dependency-name: wasip2 dependency-version: 1.0.3+wasi-0.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-other - dependency-name: wit-bindgen dependency-version: 0.57.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-other - dependency-name: regalloc2 dependency-version: 0.15.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-other - dependency-name: typenum dependency-version: 1.20.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-other - dependency-name: webpki-root-certs dependency-version: 1.0.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-other ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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-other group with 7 updates:
1.52.01.52.11.23.01.23.11.0.2+wasi-0.2.91.0.3+wasi-0.2.90.56.00.57.10.15.00.15.11.19.01.20.01.0.61.0.7Updates
tokiofrom 1.52.0 to 1.52.1Release notes
Sourced from tokio's releases.
Commits
905c146chore: prepare to release v1.52.1 (#8059)56aaa43rt: revert #7757 to fix regression inspawn_blocking(#8057)57ff47aci: updatetrybuildto expect output from rustc 1.95.0 (#8058)812de3eci: bump taiki-e/cache-cargo-install-action from 1 to 3 (#8053)ba82e73ci: use Dependabot to keep github actions up to date (#8052)2e85f9dci: replace cirrus-ci with freebsd-vm (#8041)a7e1cd8ci: update GitHub Actions workflows to use latest tool versions (#8047)Updates
uuidfrom 1.23.0 to 1.23.1Release notes
Sourced from uuid's releases.
Commits
ca0c85fMerge pull request #879 from uuid-rs/cargo/v1.23.1b4db015prepare for 1.23.1 release771069dMerge pull request #878 from aznashwan/fix-from-gregorian-deprecation-note80994a2fix: Timestamp::from_gregorian deprecation note90c5be8Merge pull request #877 from guybedford/remove-wasm-bindgen-msrv8b8c4f4Remove deprecated feature from wasm-bindgen dependencyUpdates
wasip2from 1.0.2+wasi-0.2.9 to 1.0.3+wasi-0.2.9Commits
660ee06Bump version numbers of wasip2/wasip3 (#155)ad7e8f6Update wit-bindgen to 0.57.1 (#154)a6fa3f1Update wit-bindgen, makewasip3no_std compatible (#153)9d39023Implement the missing debug functionality (#152)c09f642Allow activating wit-bindgen/macros (#151)ad3c5ccRe-export spawn from wit-bindgen (#150)277c0a6ci: wasmtime v43 and latest wasm-tools (#149)3a8f1b2Include license files in packages (#148)2700044Update to 0.3.0-rc-2026-03-15 (#146)26a820cUpdate wasip3 snapshot (#144)Updates
wit-bindgenfrom 0.56.0 to 0.57.1Commits
2e00369Release wit-bindgen 0.57.1 (#1596)f2c3e9fRemoveasyncfeature ofwit-bindgen-rust-macros(#1595)8e9087bRelease wit-bindgen 0.57.0 (#1593)50cdab6Perform some CI/dependency maintenance (#1594)2f767a5Remove dependency onstdforasyncfeature (#1591)be1402fAdd--enable-method-chainingfor the Rust generator. (#1586)Updates
regalloc2from 0.15.0 to 0.15.1Commits
aa9680bRelease 0.15.1. (#260)ebe7cc1Update hashbrown dependency (#259)Updates
typenumfrom 1.19.0 to 1.20.0Release notes
Sourced from typenum's releases.
Changelog
Sourced from typenum's changelog.
Commits
c755e2fVersion 1.20.04d5f26bAdd tuple operations (#242)77b877dremove deprecated features, replace build script with pre-generated tests (#237)Updates
webpki-root-certsfrom 1.0.6 to 1.0.7Release notes
Sourced from webpki-root-certs's releases.
Commits
be94846Update dependencies (#119)76476f9Prepare 1.0.7 (#120)ed392f4Take semver-compatible updates (#118)ec8b744Take semver-compatible dependency updates (#117)84a0c23Take semver-compatible dependency updates (#116)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