Skip to content

build(deps): bump the patch-versions group across 1 directory with 7 updates - #1776

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/patch-versions-b842d4e305
Closed

build(deps): bump the patch-versions group across 1 directory with 7 updates#1776
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/patch-versions-b842d4e305

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch-versions group with 7 updates in the / directory:

Package From To
serde 1.0.228 1.0.229
anyhow 1.0.103 1.0.104
serde_json 1.0.150 1.0.151
thiserror 2.0.18 2.0.20
serde_repr 0.1.20 0.1.21
uint 0.10.0 0.10.1
blst 0.3.16 0.3.17

Updates serde from 1.0.228 to 1.0.229

Release notes

Sourced from serde's releases.

v1.0.229

  • Update to syn 3
Commits
  • 7fc3b4c Release 1.0.229
  • 6d6e9a1 Merge pull request #3085 from dtolnay/syn3
  • 6dec3b7 Update to syn 3
  • cfe6692 Resolve mut_mut pedantic clippy lint
  • 1023d07 Update actions/upload-artifact@v6 -> v7
  • dd682c2 Update actions/checkout@v6 -> v7
  • 5f0f18b Update ui test suite to nightly-2026-06-01
  • 63a1498 Regenerate stderr with trybuild normalization fixes
  • fa7da4a Fix unused_features warning
  • 6b1a178 Unpin CI miri toolchain
  • Additional commits viewable in compare view

Updates anyhow from 1.0.103 to 1.0.104

Release notes

Sourced from anyhow's releases.

1.0.104

  • Update syn dev-dependency to version 3
Commits

Updates serde_json from 1.0.150 to 1.0.151

Release notes

Sourced from serde_json's releases.

v1.0.151

Commits
  • de85007 Release 1.0.151
  • 3b2b3c5 Merge pull request #1331 from WonderLawrence/rawvalue-from-string-unchecked
  • 0406d96 Debug-assert well-formedness and no-whitespace in from_string_unchecked
  • cf16f75 Add RawValue::from_string_unchecked
  • 827a315 Update actions/upload-artifact@v6 -> v7
  • cea36a5 Update actions/checkout@v6 -> v7
  • See full diff in compare view

Updates thiserror from 2.0.18 to 2.0.20

Release notes

Sourced from thiserror's releases.

2.0.20

  • Suppress redundant_field_names clippy lint in generated code (#454)

2.0.19

  • Update to syn 3
Commits
  • b1d5db5 Release 2.0.20
  • c4c3ebd Merge pull request #454 from dtolnay/clippy
  • 2266152 Suppress redundant_field_names clippy lint
  • 2901cfd Raise minimum tested compiler to rust 1.88
  • aa9d91f Update ui tests for version 2.0.19
  • e13a785 Release 2.0.19
  • 0a0e76c Update to syn 3
  • ec42ea7 Update actions/upload-artifact@v6 -> v7
  • 4178c4a Update actions/checkout@v6 -> v7
  • 7214e0e Ignore items_after_statements pedantic clippy lint in test
  • Additional commits viewable in compare view

Updates serde_repr from 0.1.20 to 0.1.21

Release notes

Sourced from serde_repr's releases.

0.1.21

  • Update to syn 3
Commits
  • 205ce23 Release 0.1.21
  • d1d7da1 Update to syn 3
  • 801177a Update actions/upload-artifact@v6 -> v7
  • d76d6b1 Update actions/checkout@v6 -> v7
  • 492e7d3 Raise minimum tested compiler to rust 1.85
  • 9cc96c0 Unpin CI miri toolchain
  • c5c43e8 Pin CI miri to nightly-2026-02-11
  • a2175cb Raise required compiler to Rust 1.71
  • 8a62d5f Update actions/upload-artifact@v5 -> v6
  • 94725b2 Update actions/upload-artifact@v4 -> v5
  • Additional commits viewable in compare view

Updates uint from 0.10.0 to 0.10.1

Commits
  • 3030a6d Move memory stats gathering from polkadot to parity-util-mem (#588)
  • c031b09 kvdb api uses now template argument P: AsRef\<Path> instead of &str (#579)
  • 8a1739a add to kvdb-rocksdb create_if_missing config option (#576)
  • 916a382 release rlp 0.5.1 and kvdb-rocksdb 0.12.1 (#575)
  • bd6bb46 bump rocksdb to 6.20.3 (#573)
  • faad8b6 update rustfmt config to match substrate (#570)
  • a9dbe62 rlp: fix bool encoding/decoding (#572)
  • 2d571df decommission parity-crypto (#566)
  • a05ef25 primitive-types/impl-codec: Bump to include new `parity_scale_codec::MaxEncod...
  • 84a7d26 start removing stuff (#561)
  • Additional commits viewable in compare view

Updates blst from 0.3.16 to 0.3.17

Release notes

Sourced from blst's releases.

Release v0.3.17

  • add Zig bindings
  • accept zero-length salt in blst_kegen_v5 (spec doesn't formally prohibit it)
  • harden some interfaces
  • refine carry chains in mulx_mont modules
  • align with latest Python, Swig, Node.js
  • add support for Node-API
Commits
  • 54e6e55 bindings/rust/Cargo.toml: bump the version number.
  • 8aaaef0 bindings/zig: bump the version number.
  • ff66582 bindings/python/run.me: add test vectors from pairing-friendly-curves draft.
  • 3ede151 bindings/go/README.md: fix typos.
  • 14cd09a Execute build/refresh.sh.
  • 41b511a asm/{qx}-x86_64.pl: minimize symbol pollution in MSCV build.
  • bf008ec exports.c,recip.c: align with asm/mulx_mont_256-x86_64.
  • 33d7f80 asm/mulx_mont_256-x86_64.pl: clarify limitations.
  • e3d708b asm/x86_64-xlate.pl: update from cryptogams.
  • 23cdd8a bindings/go/blst.go: harden PairingMulNAggregate interface.
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 11, 2026
@dependabot
dependabot Bot requested review from ZenGround0 and rvagg as code owners August 11, 2026 16:26
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 11, 2026
@github-project-automation github-project-automation Bot moved this to 📌 Triage in FilOz Aug 11, 2026
…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
dependabot Bot force-pushed the dependabot/cargo/patch-versions-b842d4e305 branch from 2d00007 to 88d6900 Compare August 18, 2026 16:25
@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 25, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/patch-versions-b842d4e305 branch August 25, 2026 16:25
@github-project-automation github-project-automation Bot moved this from 📌 Triage to 🎉 Done in FilOz Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

Status: 🎉 Done

Development

Successfully merging this pull request may close these issues.

0 participants