Skip to content

[depbot] Bump the deps group across 1 directory with 10 updates#1379

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/deps-2f8553a545
Open

[depbot] Bump the deps group across 1 directory with 10 updates#1379
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/deps-2f8553a545

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 31, 2026

Bumps the deps group with 10 updates in the / directory:

Package From To
alloy-primitives 1.5.7 1.6.0
alloy-sol-types 1.5.7 1.6.0
handlebars 6.4.0 6.4.1
hashbrown 0.17.0 0.17.1
log 0.4.29 0.4.30
spin 0.10.0 0.12.0
toml_edit 0.25.11+spec-1.1.0 0.25.12+spec-1.1.0
tokio 1.52.2 1.52.3
wasm-encoder 0.244.0 0.251.0
wasmparser 0.244.0 0.251.0

Updates alloy-primitives from 1.5.7 to 1.6.0

Release notes

Sourced from alloy-primitives's releases.

alloy-core v1.6.0

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v1.5.7...v1.6.0

Changelog

Sourced from alloy-primitives's changelog.

1.6.0 - 2026-05-14

Bug Fixes

  • [syn-solidity] Parse delete statement as expression, not variable declaration (#1087)
  • [sol-types] Remove unsound unwrap_unchecked in suffix_offset (#1083)
  • [dyn-abi] Handle short data in decode_error without panicking (#1084)
  • Nightly clippy fixes (#1085)

Dependencies

  • [deps] Bump all (#1098)
  • Harden supply chain — pin actions, lock permissions, deny git deps (#1092)
  • Bump winnow, proptest-derive, macro-string (#1088)

Features

  • Add optional secp256k1 backend for ECDSA operations (#1104)
  • [sol-macro] Helper builders for errors and events (#1080)

Performance

  • Add Token::head_append_many for batch encoding (#1090)
  • Add Token::decode_many_from for batch decoding (#1089)
Commits
  • f811a54 chore: release 1.6.0
  • 45dfd95 feat: add optional secp256k1 backend for ECDSA operations (#1104)
  • 00ee366 chore(deps): bump all (#1098)
  • 2ebfa5b ci: harden supply chain — pin actions, lock permissions, deny git deps (#1092)
  • 68b1c44 feat(sol-macro): helper builders for errors and events (#1080)
  • f3651f2 perf: add Token::head_append_many for batch encoding (#1090)
  • 9a19cde perf: add Token::decode_many_from for batch decoding (#1089)
  • 90e19be chore: bump winnow, proptest-derive, macro-string (#1088)
  • 2a11c42 fix(syn-solidity): parse delete statement as expression, not variable decla...
  • 05c1658 fix(sol-types): remove unsound unwrap_unchecked in suffix_offset (#1083)
  • Additional commits viewable in compare view

Updates alloy-sol-types from 1.5.7 to 1.6.0

Release notes

Sourced from alloy-sol-types's releases.

alloy-core v1.6.0

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v1.5.7...v1.6.0

Changelog

Sourced from alloy-sol-types's changelog.

1.6.0 - 2026-05-14

Bug Fixes

  • [syn-solidity] Parse delete statement as expression, not variable declaration (#1087)
  • [sol-types] Remove unsound unwrap_unchecked in suffix_offset (#1083)
  • [dyn-abi] Handle short data in decode_error without panicking (#1084)
  • Nightly clippy fixes (#1085)

Dependencies

  • [deps] Bump all (#1098)
  • Harden supply chain — pin actions, lock permissions, deny git deps (#1092)
  • Bump winnow, proptest-derive, macro-string (#1088)

Features

  • Add optional secp256k1 backend for ECDSA operations (#1104)
  • [sol-macro] Helper builders for errors and events (#1080)

Performance

  • Add Token::head_append_many for batch encoding (#1090)
  • Add Token::decode_many_from for batch decoding (#1089)
Commits
  • f811a54 chore: release 1.6.0
  • 45dfd95 feat: add optional secp256k1 backend for ECDSA operations (#1104)
  • 00ee366 chore(deps): bump all (#1098)
  • 2ebfa5b ci: harden supply chain — pin actions, lock permissions, deny git deps (#1092)
  • 68b1c44 feat(sol-macro): helper builders for errors and events (#1080)
  • f3651f2 perf: add Token::head_append_many for batch encoding (#1090)
  • 9a19cde perf: add Token::decode_many_from for batch decoding (#1089)
  • 90e19be chore: bump winnow, proptest-derive, macro-string (#1088)
  • 2a11c42 fix(syn-solidity): parse delete statement as expression, not variable decla...
  • 05c1658 fix(sol-types): remove unsound unwrap_unchecked in suffix_offset (#1083)
  • Additional commits viewable in compare view

Updates handlebars from 6.4.0 to 6.4.1

Changelog

Sourced from handlebars's changelog.

6.4.1 - 2026-05-16

  • [Fixed] Allow using @partial-block with block include and fallback template #752
Commits
  • ca12e80 chore: Release handlebars version 6.4.1
  • d536a83 chore: housekeeping changelog
  • 2e398f3 fix: allow block include for partial-block (#752)
  • 935577b chore: remove built-in cli (#750)
  • ef5b45e chore(deps-dev): bump serialize-javascript in /playground/www (#751)
  • bfed66a chore(deps-dev): bump fast-uri from 3.0.3 to 3.1.2 in /playground/www (#749)
  • 6f92bc7 chore(deps-dev): bump follow-redirects in /playground/www (#748)
  • 059be2f chore: correct fmt
  • c99c1d5 chore: update docs string example #744
  • 3382a5e chore(deps-dev): bump node-forge from 1.3.2 to 1.4.0 in /playground/www (#746)
  • Additional commits viewable in compare view

Updates hashbrown from 0.17.0 to 0.17.1

Release notes

Sourced from hashbrown's releases.

v0.17.1

Added

  • Added HashMap::rustc_try_insert (#722)
Changelog

Sourced from hashbrown's changelog.

0.17.1 - 2026-04-20

Added

  • Added HashMap::rustc_try_insert (#722)
Commits
  • c62a63a chore: release v0.17.1
  • 420e83b Merge pull request #722 from cuviper/rustc_try_insert
  • 51cecbd Move the RustcOccupiedError note as requested in review
  • 16d0f37 Add HashMap::rustc_try_insert
  • 18a04c5 Merge pull request #721 from clarfonthey/branch-rename
  • ee8a0ee Rename master to main in release-plz workflow
  • 147df65 Merge pull request #720 from xtqqczze/authors
  • 64a0acb Remove package.authors field from Cargo metadata
  • 867db72 Merge pull request #716 from atouchet/rdm
  • 57b760b Update Readme
  • Additional commits viewable in compare view

Updates log from 0.4.29 to 0.4.30

Release notes

Sourced from log's releases.

0.4.30

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.29...0.4.30

Notable Changes

Changelog

Sourced from log's changelog.

[0.4.30] - 2026-05-21

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.29...0.4.30

Notable Changes

Commits
  • 9c55760 Merge pull request #725 from rust-lang/cargo/0.4.30
  • d1acb05 update docs on current MSRV and note latest bump in changelog
  • 5068293 prepare for 0.4.30 release
  • 7ccd873 Merge pull request #724 from rust-lang/feat/net-to-value
  • 923dfaa fix up test cfgs
  • ecb7de8 gate net value impls on std
  • 67bb4f6 run fmt
  • 25f49fe rework net type capturing
  • 7087dcb feat: impl ToValue for core::net types
  • 67bc7e3 Merge pull request #723 from woodruffw-forks/ww/ci
  • Additional commits viewable in compare view

Updates spin from 0.10.0 to 0.12.0

Updates toml_edit from 0.25.11+spec-1.1.0 to 0.25.12+spec-1.1.0

Commits

Updates tokio from 1.52.2 to 1.52.3

Release notes

Sourced from tokio's releases.

Tokio v1.52.3

1.52.3 (May 8th, 2026)

Fixed

  • sync: fix underflow in mpsc channel len() (#8062)
  • sync: notify receivers in mpsc OwnedPermit::release() method (#8075)
  • sync: require that an RwLock has max_readers != 0 (#8076)
  • sync: return Empty from try_recv() when mpsc is closed with outstanding permits (#8074)

#8062: tokio-rs/tokio#8062 #8074: tokio-rs/tokio#8074 #8075: tokio-rs/tokio#8075 #8076: tokio-rs/tokio#8076

Commits

Updates wasm-encoder from 0.244.0 to 0.251.0

Commits

Updates wasmparser from 0.244.0 to 0.251.0

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the deps group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [alloy-primitives](https://github.com/alloy-rs/core) | `1.5.7` | `1.6.0` |
| [alloy-sol-types](https://github.com/alloy-rs/core) | `1.5.7` | `1.6.0` |
| [handlebars](https://github.com/sunng87/handlebars-rust) | `6.4.0` | `6.4.1` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.17.0` | `0.17.1` |
| [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.30` |
| spin | `0.10.0` | `0.12.0` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.25.11+spec-1.1.0` | `0.25.12+spec-1.1.0` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.52.2` | `1.52.3` |
| [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) | `0.244.0` | `0.251.0` |
| [wasmparser](https://github.com/bytecodealliance/wasm-tools) | `0.244.0` | `0.251.0` |



Updates `alloy-primitives` from 1.5.7 to 1.6.0
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v1.5.7...v1.6.0)

Updates `alloy-sol-types` from 1.5.7 to 1.6.0
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v1.5.7...v1.6.0)

Updates `handlebars` from 6.4.0 to 6.4.1
- [Release notes](https://github.com/sunng87/handlebars-rust/releases)
- [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md)
- [Commits](sunng87/handlebars-rust@v6.4.0...v6.4.1)

Updates `hashbrown` from 0.17.0 to 0.17.1
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/main/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.17.0...v0.17.1)

Updates `log` from 0.4.29 to 0.4.30
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.29...0.4.30)

Updates `spin` from 0.10.0 to 0.12.0

Updates `toml_edit` from 0.25.11+spec-1.1.0 to 0.25.12+spec-1.1.0
- [Commits](toml-rs/toml@v0.25.11...v0.25.12)

Updates `tokio` from 1.52.2 to 1.52.3
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.52.2...tokio-1.52.3)

Updates `wasm-encoder` from 0.244.0 to 0.251.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `wasmparser` from 0.244.0 to 0.251.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

---
updated-dependencies:
- dependency-name: alloy-primitives
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: alloy-sol-types
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: handlebars
  dependency-version: 6.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: hashbrown
  dependency-version: 0.17.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: log
  dependency-version: 0.4.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: spin
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: toml_edit
  dependency-version: 0.25.12+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: tokio
  dependency-version: 1.52.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: wasm-encoder
  dependency-version: 0.251.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: wasmparser
  dependency-version: 0.251.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 31, 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

None yet

Development

Successfully merging this pull request may close these issues.

0 participants