build(deps): bump the patch-versions group across 1 directory with 7 updates - #1776
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump the patch-versions group across 1 directory with 7 updates#1776dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…updates Bumps the patch-versions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.228` | `1.0.229` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.103` | `1.0.104` | | [serde_json](https://github.com/serde-rs/json) | `1.0.150` | `1.0.151` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.18` | `2.0.20` | | [serde_repr](https://github.com/dtolnay/serde-repr) | `0.1.20` | `0.1.21` | | [uint](https://github.com/paritytech/parity-common) | `0.10.0` | `0.10.1` | | [blst](https://github.com/supranational/blst) | `0.3.16` | `0.3.17` | 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 `anyhow` from 1.0.103 to 1.0.104 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.103...1.0.104) 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 `thiserror` from 2.0.18 to 2.0.20 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.18...2.0.20) Updates `serde_repr` from 0.1.20 to 0.1.21 - [Release notes](https://github.com/dtolnay/serde-repr/releases) - [Commits](dtolnay/serde-repr@0.1.20...0.1.21) Updates `uint` from 0.10.0 to 0.10.1 - [Commits](paritytech/parity-common@uint-v0.10.0...parity-util-mem-v0.10.1) Updates `blst` from 0.3.16 to 0.3.17 - [Release notes](https://github.com/supranational/blst/releases) - [Commits](supranational/blst@v0.3.16...v0.3.17) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.104 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: blst dependency-version: 0.3.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: serde dependency-version: 1.0.229 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: serde_json dependency-version: 1.0.151 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: serde_repr dependency-version: 0.1.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: thiserror dependency-version: 2.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: uint dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/patch-versions-b842d4e305
branch
from
August 18, 2026 16:25
2d00007 to
88d6900
Compare
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 patch-versions group with 7 updates in the / directory:
1.0.2281.0.2291.0.1031.0.1041.0.1501.0.1512.0.182.0.200.1.200.1.210.10.00.10.10.3.160.3.17Updates
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
anyhowfrom 1.0.103 to 1.0.104Release notes
Sourced from anyhow's releases.
Commits
1dbe186Release 1.0.104f6479f8Update to syn 3Updates
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
thiserrorfrom 2.0.18 to 2.0.20Release notes
Sourced from thiserror's releases.
Commits
b1d5db5Release 2.0.20c4c3ebdMerge pull request #454 from dtolnay/clippy2266152Suppress redundant_field_names clippy lint2901cfdRaise minimum tested compiler to rust 1.88aa9d91fUpdate ui tests for version 2.0.19e13a785Release 2.0.190a0e76cUpdate to syn 3ec42ea7Update actions/upload-artifact@v6 -> v74178c4aUpdate actions/checkout@v6 -> v77214e0eIgnore items_after_statements pedantic clippy lint in testUpdates
serde_reprfrom 0.1.20 to 0.1.21Release notes
Sourced from serde_repr's releases.
Commits
205ce23Release 0.1.21d1d7da1Update to syn 3801177aUpdate actions/upload-artifact@v6 -> v7d76d6b1Update actions/checkout@v6 -> v7492e7d3Raise minimum tested compiler to rust 1.859cc96c0Unpin CI miri toolchainc5c43e8Pin CI miri to nightly-2026-02-11a2175cbRaise required compiler to Rust 1.718a62d5fUpdate actions/upload-artifact@v5 -> v694725b2Update actions/upload-artifact@v4 -> v5Updates
uintfrom 0.10.0 to 0.10.1Commits
3030a6dMove memory stats gathering frompolkadottoparity-util-mem(#588)c031b09kvdb api uses now template argumentP: AsRef\<Path>instead of&str(#579)8a1739aadd to kvdb-rocksdb create_if_missing config option (#576)916a382release rlp 0.5.1 and kvdb-rocksdb 0.12.1 (#575)bd6bb46bump rocksdb to 6.20.3 (#573)faad8b6update rustfmt config to match substrate (#570)a9dbe62rlp: fix bool encoding/decoding (#572)2d571dfdecommission parity-crypto (#566)a05ef25primitive-types/impl-codec: Bump to include new `parity_scale_codec::MaxEncod...84a7d26start removing stuff (#561)Updates
blstfrom 0.3.16 to 0.3.17Release notes
Sourced from blst's releases.
Commits
54e6e55bindings/rust/Cargo.toml: bump the version number.8aaaef0bindings/zig: bump the version number.ff66582bindings/python/run.me: add test vectors from pairing-friendly-curves draft.3ede151bindings/go/README.md: fix typos.14cd09aExecute build/refresh.sh.41b511aasm/{qx}-x86_64.pl: minimize symbol pollution in MSCV build.bf008ecexports.c,recip.c: align with asm/mulx_mont_256-x86_64.33d7f80asm/mulx_mont_256-x86_64.pl: clarify limitations.e3d708basm/x86_64-xlate.pl: update from cryptogams.23cdd8abindings/go/blst.go: harden PairingMulNAggregate interface.