-
Notifications
You must be signed in to change notification settings - Fork 293
Bump the program-dependencies group across 5 directories with 18 updates #978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/rust-sdk/client/program-dependencies-476fc4ecc8
Closed
Bump the program-dependencies group across 5 directories with 18 updates #978
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/rust-sdk/client/program-dependencies-476fc4ecc8
Conversation
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
Bumps the program-dependencies group with 9 updates in the /rust-sdk/client directory: | Package | From | To | | --- | --- | --- | | [borsh](https://github.com/near/borsh-rs) | `0.10.4` | `1.5.5` | | [serde](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.12.0` | `3.13.0` | | [ethnum](https://github.com/nlordell/ethnum-rs) | `1.5.0` | `1.5.2` | | [libm](https://github.com/rust-lang/compiler-builtins) | `0.2.11` | `0.2.15` | | [quote](https://github.com/dtolnay/quote) | `1.0.39` | `1.0.40` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.95` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.87` | `0.1.88` | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.2` | `1.45.1` | Bumps the program-dependencies group with 6 updates in the /rust-sdk/core directory: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` | | [ethnum](https://github.com/nlordell/ethnum-rs) | `1.5.0` | `1.5.2` | | [libm](https://github.com/rust-lang/compiler-builtins) | `0.2.11` | `0.2.15` | | [syn](https://github.com/dtolnay/syn) | `2.0.99` | `2.0.103` | | [quote](https://github.com/dtolnay/quote) | `1.0.39` | `1.0.40` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.95` | Bumps the program-dependencies group with 3 updates in the /rust-sdk/macros directory: [syn](https://github.com/dtolnay/syn), [quote](https://github.com/dtolnay/quote) and [proc-macro2](https://github.com/dtolnay/proc-macro2). Bumps the program-dependencies group with 13 updates in the /rust-sdk/whirlpool directory: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.12.0` | `3.13.0` | | [ethnum](https://github.com/nlordell/ethnum-rs) | `1.5.0` | `1.5.2` | | [libm](https://github.com/rust-lang/compiler-builtins) | `0.2.11` | `0.2.15` | | [quote](https://github.com/dtolnay/quote) | `1.0.39` | `1.0.40` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.95` | | [spl-token](https://github.com/solana-program/token) | `6.0.0` | `7.0.0` | | [spl-token-2022](https://github.com/solana-program/token-2022) | `4.0.0` | `7.0.0` | | [spl-associated-token-account](https://github.com/solana-program/associated-token-account) | `4.0.0` | `6.0.0` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.87` | `0.1.88` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.20.0` | `0.22.1` | | [tokio](https://github.com/tokio-rs/tokio) | `1.43.0` | `1.45.1` | | [spl-pod](https://github.com/solana-program/libraries) | `0.5.0` | `0.5.1` | Bumps the program-dependencies group with 6 updates in the /ts-sdk/core directory: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` | | [ethnum](https://github.com/nlordell/ethnum-rs) | `1.5.0` | `1.5.2` | | [libm](https://github.com/rust-lang/compiler-builtins) | `0.2.11` | `0.2.15` | | [syn](https://github.com/dtolnay/syn) | `2.0.99` | `2.0.103` | | [quote](https://github.com/dtolnay/quote) | `1.0.39` | `1.0.40` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.95` | Updates `borsh` from 0.10.4 to 1.5.5 - [Release notes](https://github.com/near/borsh-rs/releases) - [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md) - [Commits](near/borsh-rs@borsh-v0.10.4...borsh-v1.5.5) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `serde_with` from 3.12.0 to 3.13.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.12.0...v3.13.0) Updates `ethnum` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/nlordell/ethnum-rs/releases) - [Commits](nlordell/ethnum-rs@v1.5.0...v1.5.2) Updates `libm` from 0.2.11 to 0.2.15 - [Release notes](https://github.com/rust-lang/compiler-builtins/releases) - [Commits](rust-lang/compiler-builtins@libm-v0.2.11...libm-v0.2.15) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `quote` from 1.0.39 to 1.0.40 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.39...1.0.40) Updates `proc-macro2` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.94...1.0.95) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `async-trait` from 0.1.87 to 0.1.88 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.87...0.1.88) Updates `tokio` from 1.44.2 to 1.45.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.1) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `ethnum` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/nlordell/ethnum-rs/releases) - [Commits](nlordell/ethnum-rs@v1.5.0...v1.5.2) Updates `libm` from 0.2.11 to 0.2.15 - [Release notes](https://github.com/rust-lang/compiler-builtins/releases) - [Commits](rust-lang/compiler-builtins@libm-v0.2.11...libm-v0.2.15) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `syn` from 2.0.99 to 2.0.103 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.99...2.0.103) Updates `quote` from 1.0.39 to 1.0.40 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.39...1.0.40) Updates `proc-macro2` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.94...1.0.95) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `syn` from 2.0.99 to 2.0.103 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.99...2.0.103) Updates `quote` from 1.0.39 to 1.0.40 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.39...1.0.40) Updates `proc-macro2` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.94...1.0.95) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `serde_with` from 3.12.0 to 3.13.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.12.0...v3.13.0) Updates `ethnum` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/nlordell/ethnum-rs/releases) - [Commits](nlordell/ethnum-rs@v1.5.0...v1.5.2) Updates `libm` from 0.2.11 to 0.2.15 - [Release notes](https://github.com/rust-lang/compiler-builtins/releases) - [Commits](rust-lang/compiler-builtins@libm-v0.2.11...libm-v0.2.15) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `quote` from 1.0.39 to 1.0.40 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.39...1.0.40) Updates `proc-macro2` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.94...1.0.95) Updates `spl-token` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/solana-program/token/releases) - [Commits](https://github.com/solana-program/token/commits/[email protected]) Updates `spl-token-2022` from 4.0.0 to 7.0.0 - [Release notes](https://github.com/solana-program/token-2022/releases) - [Commits](https://github.com/solana-program/token-2022/commits/[email protected]) Updates `spl-memo` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/solana-labs/solana-program-library/releases) - [Commits](solana-labs/solana-program-library@memo-v5.0.0...memo-v6.0.0) Updates `spl-associated-token-account` from 4.0.0 to 6.0.0 - [Release notes](https://github.com/solana-program/associated-token-account/releases) - [Commits](https://github.com/solana-program/associated-token-account/commits/[email protected]) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `solana-program-test` from 2.1.0 to 2.2.7 - [Release notes](https://github.com/anza-xyz/agave/releases) - [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md) - [Commits](anza-xyz/agave@v2.1.0...v2.2.7) Updates `solana-version` from 2.1.0 to 2.2.7 - [Release notes](https://github.com/anza-xyz/agave/releases) - [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md) - [Commits](anza-xyz/agave@v2.1.0...v2.2.7) Updates `async-trait` from 0.1.87 to 0.1.88 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.87...0.1.88) Updates `base64` from 0.20.0 to 0.22.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.20.0...v0.22.1) Updates `tokio` from 1.43.0 to 1.45.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.1) Updates `spl-pod` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/solana-program/libraries/releases) - [Commits](https://github.com/solana-program/libraries/compare/[email protected]@v0.5.1) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `ethnum` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/nlordell/ethnum-rs/releases) - [Commits](nlordell/ethnum-rs@v1.5.0...v1.5.2) Updates `libm` from 0.2.11 to 0.2.15 - [Release notes](https://github.com/rust-lang/compiler-builtins/releases) - [Commits](rust-lang/compiler-builtins@libm-v0.2.11...libm-v0.2.15) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `syn` from 2.0.99 to 2.0.103 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.99...2.0.103) Updates `quote` from 1.0.39 to 1.0.40 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.39...1.0.40) Updates `proc-macro2` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.94...1.0.95) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) --- updated-dependencies: - dependency-name: borsh dependency-version: 1.5.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: program-dependencies - dependency-name: serde dependency-version: 1.0.219 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: serde_with dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: program-dependencies - dependency-name: ethnum dependency-version: 1.5.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: libm dependency-version: 0.2.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: serde dependency-version: 1.0.219 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: quote dependency-version: 1.0.40 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: serde dependency-version: 1.0.219 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: async-trait dependency-version: 0.1.88 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: tokio dependency-version: 1.45.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: program-dependencies - dependency-name: serde dependency-version: 1.0.219 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: ethnum dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: libm dependency-version: 0.2.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: serde dependency-version: 1.0.219 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: syn dependency-version: 2.0.103 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: quote dependency-version: 1.0.40 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: serde dependency-version: 1.0.219 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: syn dependency-version: 2.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: quote dependency-version: 1.0.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: serde dependency-version: 1.0.219 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: serde_with dependency-version: 3.13.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: program-dependencies - dependency-name: ethnum dependency-version: 1.5.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: libm dependency-version: 0.2.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: serde dependency-version: 1.0.219 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: quote dependency-version: 1.0.40 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: spl-token dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: program-dependencies - dependency-name: spl-token-2022 dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: program-dependencies - dependency-name: spl-memo dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: program-dependencies - dependency-name: spl-associated-token-account dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: program-dependencies - dependency-name: serde dependency-version: 1.0.219 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: solana-program-test dependency-version: 2.2.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: program-dependencies - dependency-name: solana-version dependency-version: 2.2.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: program-dependencies - dependency-name: async-trait dependency-version: 0.1.88 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: base64 dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: program-dependencies - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: program-dependencies - dependency-name: spl-pod dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: serde dependency-version: 1.0.219 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: ethnum dependency-version: 1.5.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: libm dependency-version: 0.2.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: serde dependency-version: 1.0.219 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: syn dependency-version: 2.0.103 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: quote dependency-version: 1.0.40 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies - dependency-name: serde dependency-version: 1.0.219 dependency-type: indirect update-type: version-update:semver-patch dependency-group: program-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
73bdadb to
bbb8307
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
auto-merge was automatically disabled
June 23, 2025 14:26
Pull request was closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 program-dependencies group with 9 updates in the /rust-sdk/client directory:
0.10.41.5.51.0.2181.0.2193.12.03.13.01.5.01.5.20.2.110.2.151.0.391.0.401.0.941.0.950.1.870.1.881.44.21.45.1Bumps the program-dependencies group with 6 updates in the /rust-sdk/core directory:
1.0.2181.0.2191.5.01.5.20.2.110.2.152.0.992.0.1031.0.391.0.401.0.941.0.95Bumps the program-dependencies group with 3 updates in the /rust-sdk/macros directory: syn, quote and proc-macro2.
Bumps the program-dependencies group with 13 updates in the /rust-sdk/whirlpool directory:
1.0.2181.0.2193.12.03.13.01.5.01.5.20.2.110.2.151.0.391.0.401.0.941.0.956.0.07.0.04.0.07.0.04.0.06.0.00.1.870.1.880.20.00.22.11.43.01.45.10.5.00.5.1Bumps the program-dependencies group with 6 updates in the /ts-sdk/core directory:
1.0.2181.0.2191.5.01.5.20.2.110.2.152.0.992.0.1031.0.391.0.401.0.941.0.95Updates
borshfrom 0.10.4 to 1.5.5Release notes
Sourced from borsh's releases.
... (truncated)
Changelog
Sourced from borsh's changelog.
... (truncated)
Commits
a34f324chore: release v1.5.5 (#335)6f9b4f8chore: bump hashbrown to 0.15 (#333)3886e72chore: fix typo in private module name (#332)fe78005fix: cargo publish errors with reference todocs/folder (#331)f1abd00chore: release v1.5.4 (#328)d23b18fdoc: make doc examples testable in ci (#326)73cb83bchore: add more CODEOWNERS (#327)0dc09cdchore: release v1.5.3 (#322)c966ddcfix: specify a minimum version forsynas2.0.81(#320)d521f76chore: release v1.5.2 (#313)Updates
serdefrom 1.0.218 to 1.0.219Release notes
Sourced from serde's releases.
Commits
49d098dRelease 1.0.21940f1d19Wrap dummy.rs to 80 columns514848bMerge pull request #2906 from davidzeng0/master168b6cffix clippy absolute paths warninga8bdd17Remove unused Punctuated import1c96013Resolve mem_replace_with_default clippy lintf0d1ae0Ignore elidable_lifetime_names pedantic clippy linte3eaa6aMerge pull request #2896 from dtolnay/stabledoc6a630cfAlso link to stable proc_macroUpdates
serde_withfrom 3.12.0 to 3.13.0Release notes
Sourced from serde_with's releases.
Commits
92ae7adBump version to 3.13.0 (#855)b14b17bBump version to 3.13.0d75e9fbUpdate the feature documentation (#854)ad338d5Update the feature documentation23aab78Fix doc links (#853)c17c781Fix min_properties handing in schemars v0.8 code (#852)619c2cbFix doc links188074aFix min_properties handing in schemars v0.8 code4dd13f2Add support for schemars v0.9 (#849)c9b08afUpdate expect tests with clippy doc changesUpdates
ethnumfrom 1.5.0 to 1.5.2Release notes
Sourced from ethnum's releases.
Commits
2afaacdBump Checkout Action Versiond7a8f37Update Criterion to v0.6a955012Version Bump to v1.5.28db9f27Temporarily Revert ManualPartialEqImplementation (#52)016bf1fAlways Run Extended Multiplication Benchmarks (#48)5718516Added Optional Multiplication Benchmarks (#39)2d0020fImplementHashManually (#47)cbb3860Add Stable Div Rem (#32)ddb521cDiv by zero (#31)65d2645Fix Checked Conversion for Signed Integers (#45)Updates
libmfrom 0.2.11 to 0.2.15Release notes
Sourced from libm's releases.
Commits
a4c748frelease-plz: Include the libm changelog in compiler-builtinscf00941chore: releaseda8b582Requiretarget_has_atomic = "ptr"for runtime feature detection1b1b2edci: Mentionci: skip-extensivein the error message6d78c1aReplacesuper::superwithcrate::supportwhere possible8e78411docs: fix typo in Cargo.toml257dd48chore: releasea2f6440Use runtime feature detection for fma routines on x866e4255aRename the i686 module to x86f83962eupdate-api-list: Match subdirectories within archUpdates
serdefrom 1.0.218 to 1.0.219Release notes
Sourced from serde's releases.
Commits
49d098dRelease 1.0.21940f1d19Wrap dummy.rs to 80 columns514848bMerge pull request #2906 from davidzeng0/master168b6cffix clippy absolute paths warninga8bdd17Remove unused Punctuated import1c96013Resolve mem_replace_with_default clippy lintf0d1ae0Ignore elidable_lifetime_names pedantic clippy linte3eaa6aMerge pull request #2896 from dtolnay/stabledoc6a630cfAlso link to stable proc_macroUpdates
quotefrom 1.0.39 to 1.0.40Release notes
Sourced from quote's releases.
Commits
ab1e92cRelease 1.0.403ff6882Merge pull request 293 from aatifsyed/master7a143c7fix: set span on tick5998437refactor: push_lifetime* goes through an array instead of a manual iteratorUpdates
proc-macro2from 1.0.94 to 1.0.95Release notes
Sourced from proc-macro2's releases.
Commits
24bbf16Release 1.0.95835c5bdMerge pull request #497 from dtolnay/nosourcefile7bc363cUpdate semver-exempt API to nightly-2025-04-16b867aa7Merge pull request #496 from PaulGrandperrin/masterc605e8eRevert "Merge pull request #495 from dtolnay/fuzzlld"1993cd3Merge pull request #495 from dtolnay/fuzzlldcfdb567Link to honggfuzz-rs issueb09a5b0Work around cargo-hfuzz nostart-stop-gc gold link failureUpdates
serdefrom 1.0.218 to 1.0.219Release notes
Sourced from serde's releases.
Commits
49d098dRelease 1.0.21940f1d19Wrap dummy.rs to 80 columns514848bMerge pull request #2906 from davidzeng0/master168b6cffix clippy absolute paths warninga8bdd17Remove unused Punctuated import1c96013Resolve mem_replace_with_default clippy lintf0d1ae0Ignore elidable_lifetime_names pedantic clippy linte3eaa6aMerge pull request #2896 from dtolnay/stabledoc6a630cfAlso link to stable proc_macroUpdates
async-traitfrom 0.1.87 to 0.1.88Release notes
Sourced from async-trait's releases.
Commits
b3a5919Release 0.1.88a306be8Merge pull request #289 from dtolnay/cfgd305984Fix lifetime bounding on generic parameters that have cfg78506f1Add regression test for issue 288a11384eAdd issue 283 link in testUpdates
tokiofrom 1.44.2 to 1.45.1Release notes
Sourced from tokio's releases.
Commits
3768696chore: prepare Tokio v1.45.1 (#7359)421a7b0rt: do not track time-based metrics on wasm32-unknown-unknown (#7322)b1bdb3cci: update macros_type_mismatch for Rust 1.87.0 (#7339)00754c8chore: prepare Tokio v1.45.0 (#7308)1ae9434time: revert "use sharding for timer implementation" related changes (#7226)8895bbaci: Test AArch64 Windows (#7288)48ca254time: updatesleepdocumentation to reflect maximum allowed duration (#7302)a0af02acompat: add more documentation totokio_util::compat(#7279)0ce3a11metrics: stabilizeworker_park_countandworker_unpark_count(#7276)1ea9ce1ci: fix cfg!(miri) declarations in tests (#7286)Updates
serdefrom 1.0.218 to 1.0.219Release notes
Sourced from serde's releases.
Commits
49d098dRelease 1.0.21940f1d19Wrap dummy.rs to 80 columns514848bMerge pull request #2906 from davidzeng0/master168b6cffix clippy absolute paths warninga8bdd17Remove unused Punctuated import1c96013Resolve mem_replace_with_default clippy lintf0d1ae0Ignore elidable_lifetime_names pedantic clippy linte3eaa6aMerge pull request #2896 from dtolnay/stabledoc6a630cfAlso link to stable proc_macroUpdates
ethnumfrom 1.5.0 to 1.5.2Release notes
Sourced from ethnum's releases.
Commits
2afaacdBump Checkout Action Versiond7a8f37Update Criterion to v0.6a955012Version Bump to v1.5.28db9f27Temporarily Revert ManualPartialEqImplementation (#52)016bf1fAlways Run Extended Multiplication Benchmarks (#48)5718516Added Optional Multiplication Benchmarks (#39)2d0020fImplementHashManually (#47)cbb3860Add Stable Div Rem (#32)ddb521cDiv by zero (#31)65d2645Fix Checked Conversion for Signed Integers (#45)Updates
libmfrom 0.2.11 to 0.2.15Release notes
Sourced from libm's releases.
Commits
a4c748frelease-plz: Include the libm changelog in compiler-builtinscf00941chore: releaseda8b582Requiretarget_has_atomic = "ptr"for runtime feature detection1b1b2edci: Mentionci: skip-extensivein the error message6d78c1aReplacesuper::superwithcrate::supportwhere possible8e78411docs: fix typo in Cargo.toml257dd48chore: releasea2f6440Use runtime feature detection for fma routines on x866e4255aRename the i686 module to x86f83962eupdate-api-list: Match subdirectories within archUpdates
serdefrom 1.0.218 to 1.0.219Release notes
Sourced from serde's releases.
Commits
49d098dRelease 1.0.21940f1d19Wrap dummy.rs to 80 columns514848bMerge pull request #2906 from davidzeng0/master168b6cffix clippy absolute paths warninga8bdd17Remove unused Punctuated import1c96013Resolve mem_replace_with_default clippy lintf0d1ae0Ignore elidable_lifetime_names pedantic clippy linte3eaa6aMerge pull request #2896 from dtolnay/stabledoc6a630cfAlso link to stable proc_macroUpdates
synfrom 2.0.99 to 2.0.103Release notes
Sourced from syn's releases.
Commits
85d4276Release 2.0.1036f7b0f3Merge pull request #1871 from dtolnay/binaryattr89f88faCorrectly track bailouts in parenthesized binary expressions0e07372Add binary operator attribute bailout testca8d876Insert parentheses around binary operation with attribute5be0f71Add binary operator attribute tests026bb3cDiscard paren attrs in unparenthesize test217dd62Preserve attributes of Expr::Paren in FlattenParensef977c1Update test suite to nightly-2025-06-11b1cc559Release 2.0.102Updates
quotefrom 1.0.39 to 1.0.40Release notes
Sourced from quote's releases.
Commits
ab1e92cRelease 1.0.403ff6882Merge pull request 293 from aatifsyed/master7a143c7fix: set span on tick5998437refactor: push_lifetime* goes through an array instead of a manual iteratorUpdates
proc-macro2from 1.0.94 to 1.0.95Release notes
Sourced from proc-macro2's releases.
Commits
24bbf16Release 1.0.95835c5bdMerge pull request #497 from dtolnay/nosourcefile7bc363cUpdate semver-exempt API to nightly-2025-04-16b867aa7Merge pull request #496 from PaulGrandperrin/masterc605e8eRevert "Merge pull request #495 from dtolnay/fuzzlld"1993cd3Merge pull request #495 from dtolnay/fuzzlldcfdb567Link to honggfuzz-rs issueb09a5b0Work around cargo-hfuzz nostart-stop-gc gold link failureUpdates
serdefrom 1.0.218 to 1.0.219Release notes
Sourced from serde's releases.
Commits