Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

Bumps the cargo group with 4 updates in the /parachain directory: proc-macro2, quote, syn and serde_json.
Bumps the cargo group with 9 updates in the /tee-worker/omni-executor directory:

Package From To
proc-macro2 1.0.104 1.0.105
quote 1.0.42 1.0.43
syn 2.0.113 2.0.114
serde_json 1.0.148 1.0.149
alloy 1.2.1 1.4.0
reqwest 0.12.28 0.13.1
tower 0.5.2 0.5.3
url 2.5.7 2.5.8
sendgrid 0.24.1 0.25.0

Updates proc-macro2 from 1.0.104 to 1.0.105

Release notes

Sourced from proc-macro2's releases.

1.0.105

  • Make std dependencies more easily discoverable in source code (#528)
Commits
  • 8c4135f Release 1.0.105
  • 2825fb1 Make same crates available during probe as in crate root
  • cc5819c Merge pull request #528 from dtolnay/nostd
  • e78151e Disable std prelude
  • 2fbddd4 Delete html_root_url comment
  • aa54fc3 Patch rustc-literal-escaper std dependencies
  • 876f800 CStr is available in core since Rust 1.64
  • See full diff in compare view

Updates quote from 1.0.42 to 1.0.43

Release notes

Sourced from quote's releases.

1.0.43

  • Disambiguate references to stringify! macro inside generated code (#316)
Commits
  • 635ee67 Release 1.0.43
  • 5f605a6 Reorder module-level attributes in crate root
  • 9c63cee Delete html_root_url comment
  • 009af09 Disallow direct use of quote v1 as a no-std crate
  • 546c7c2 Merge pull request 320 from tamird/no-std
  • fc59136 Merge pull request #319 from tamird/fix-tests
  • b3faa37 Make the crate no_std
  • 8e70480 Merge pull request #318 from tamird/more-core
  • 3b9996b tests: fix compilation with --no-default-features
  • 4d1e4fe Change std imports to core/alloc
  • Additional commits viewable in compare view

Updates syn from 2.0.113 to 2.0.114

Release notes

Sourced from syn's releases.

2.0.114

  • Make std dependencies more easily discoverable in source code (#1956, thanks @​tamird)
Commits

Updates serde_json from 1.0.148 to 1.0.149

Release notes

Sourced from serde_json's releases.

v1.0.149

  • Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @​b41sh)
Commits

Updates proc-macro2 from 1.0.104 to 1.0.105

Release notes

Sourced from proc-macro2's releases.

1.0.105

  • Make std dependencies more easily discoverable in source code (#528)
Commits
  • 8c4135f Release 1.0.105
  • 2825fb1 Make same crates available during probe as in crate root
  • cc5819c Merge pull request #528 from dtolnay/nostd
  • e78151e Disable std prelude
  • 2fbddd4 Delete html_root_url comment
  • aa54fc3 Patch rustc-literal-escaper std dependencies
  • 876f800 CStr is available in core since Rust 1.64
  • See full diff in compare view

Updates quote from 1.0.42 to 1.0.43

Release notes

Sourced from quote's releases.

1.0.43

  • Disambiguate references to stringify! macro inside generated code (#316)
Commits
  • 635ee67 Release 1.0.43
  • 5f605a6 Reorder module-level attributes in crate root
  • 9c63cee Delete html_root_url comment
  • 009af09 Disallow direct use of quote v1 as a no-std crate
  • 546c7c2 Merge pull request 320 from tamird/no-std
  • fc59136 Merge pull request #319 from tamird/fix-tests
  • b3faa37 Make the crate no_std
  • 8e70480 Merge pull request #318 from tamird/more-core
  • 3b9996b tests: fix compilation with --no-default-features
  • 4d1e4fe Change std imports to core/alloc
  • Additional commits viewable in compare view

Updates syn from 2.0.113 to 2.0.114

Release notes

Sourced from syn's releases.

2.0.114

  • Make std dependencies more easily discoverable in source code (#1956, thanks @​tamird)
Commits

Updates serde_json from 1.0.148 to 1.0.149

Release notes

Sourced from serde_json's releases.

v1.0.149

  • Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @​b41sh)
Commits

Updates alloy from 1.2.1 to 1.4.0

Release notes

Sourced from alloy's releases.

v1.4.0

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v1.3.0...v1.4.0

v1.3.0

What's Changed

... (truncated)

Changelog

Sourced from alloy's changelog.

1.4.0 - 2026-01-09

Bug Fixes

  • Graceful shutdown for reth and geth instances (#3450)
  • Support Eip7594 blob format for tx build (#3446)
  • [contract] Deduplicate clear_decoder method (#3449)

Dependencies

Documentation

  • [rpc-client] Align poller docs with actual behavior (#3464)

Features

  • [provider] Add filler getters to FillProvider (#3485)
  • [rpc-types-eth] Add Params::from_json_value (#3466)
  • Add secp256k1 feature (#3455)
  • [rpc-types-eth] Implement FromStr for SubscriptionKind (#3465)
  • Added custom estimator to blobgasfilter (#3447)
  • [provider] Add balance caching to CacheProvider (#3453)
  • [provider] Add transaction count caching to CacheProvider (#3448)

Miscellaneous Tasks

  • Release 1.4.0
  • Remove #[allow(unused_assignments)] (#3475)
  • Remove dead random buffer from custom envelope test (#3456)
  • Ignore RUSTSEC-2025-0141 bincode advisory (#3459)
  • Update alloy-trie (#3454)
  • Fix misleading comments (#3445)

Other

  • [eips] Make Blob import conditional (#3472)

Performance

  • [contract] Remove redundant allocation in TransportErrorExt (#3477)

Refactor

  • [rpc-types-mev] Remove duplicate formatting logic in FunctionSelector (#3469)

1.3.0 - 2026-01-06

Bug Fixes

... (truncated)

Commits
  • 0b88084 chore: release 1.4.0
  • 33ac040 chore: release 1.4.0
  • 1193469 feat(provider): add filler getters to FillProvider (#3485)
  • 1de31a4 feat(rpc-types-eth): add Params::from_json_value (#3466)
  • 4f21310 perf(contract): Remove redundant allocation in TransportErrorExt (#3477)
  • d208e61 [eips] Make Blob import conditional (#3472)
  • b4305c1 chore: remove #[allow(unused_assignments)] (#3475)
  • 3234df2 refactor(rpc-types-mev): remove duplicate formatting logic in FunctionSelecto...
  • 3bfcb3e chore: remove dead random buffer from custom envelope test (#3456)
  • a80824a feat: add secp256k1 feature (#3455)
  • Additional commits viewable in compare view

Updates alloy-signer from 1.2.1 to 1.4.0

Release notes

Sourced from alloy-signer's releases.

v1.4.0

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v1.3.0...v1.4.0

v1.3.0

What's Changed

... (truncated)

Changelog

Sourced from alloy-signer's changelog.

1.4.0 - 2026-01-09

Bug Fixes

  • Graceful shutdown for reth and geth instances (#3450)
  • Support Eip7594 blob format for tx build (#3446)
  • [contract] Deduplicate clear_decoder method (#3449)

Dependencies

Documentation

  • [rpc-client] Align poller docs with actual behavior (#3464)

Features

  • [provider] Add filler getters to FillProvider (#3485)
  • [rpc-types-eth] Add Params::from_json_value (#3466)
  • Add secp256k1 feature (#3455)
  • [rpc-types-eth] Implement FromStr for SubscriptionKind (#3465)
  • Added custom estimator to blobgasfilter (#3447)
  • [provider] Add balance caching to CacheProvider (#3453)
  • [provider] Add transaction count caching to CacheProvider (#3448)

Miscellaneous Tasks

  • Release 1.4.0
  • Remove #[allow(unused_assignments)] (#3475)
  • Remove dead random buffer from custom envelope test (#3456)
  • Ignore RUSTSEC-2025-0141 bincode advisory (#3459)
  • Update alloy-trie (#3454)
  • Fix misleading comments (#3445)

Other

  • [eips] Make Blob import conditional (#3472)

Performance

  • [contract] Remove redundant allocation in TransportErrorExt (#3477)

Refactor

  • [rpc-types-mev] Remove duplicate formatting logic in FunctionSelector (#3469)

1.3.0 - 2026-01-06

Bug Fixes

... (truncated)

Commits
  • 0b88084 chore: release 1.4.0
  • 33ac040 chore: release 1.4.0
  • 1193469 feat(provider): add filler getters to FillProvider (#3485)
  • 1de31a4 feat(rpc-types-eth): add Params::from_json_value (#3466)
  • 4f21310 perf(contract): Remove redundant allocation in TransportErrorExt (#3477)
  • d208e61 [eips] Make Blob import conditional (#3472)
  • b4305c1 chore: remove #[allow(unused_assignments)] (#3475)
  • 3234df2 refactor(rpc-types-mev): remove duplicate formatting logic in FunctionSelecto...
  • 3bfcb3e chore: remove dead random buffer from custom envelope test (#3456)
  • a80824a feat: add secp256k1 feature (#3455)
  • Additional commits viewable in compare view

Updates alloy-signer-local from 1.2.1 to 1.4.0

Release notes

Sourced from alloy-signer-local's releases.

v1.4.0

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v1.3.0...v1.4.0

v1.3.0

What's Changed

... (truncated)

Changelog

Sourced from alloy-signer-local's changelog.

1.4.0 - 2026-01-09

Bug Fixes

  • Graceful shutdown for reth and geth instances (#3450)
  • Support Eip7594 blob format for tx build (#3446)
  • [contract] Deduplicate clear_decoder method (#3449)

Dependencies

Documentation

  • [rpc-client] Align poller docs with actual behavior (#3464)

Features

  • [provider] Add filler getters to FillProvider (#3485)
  • [rpc-types-eth] Add Params::from_json_value (#3466)
  • Add secp256k1 feature (#3455)
  • [rpc-types-eth] Implement FromStr for SubscriptionKind (#3465)
  • Added custom estimator to blobgasfilter (#3447)
  • [provider] Add balance caching to CacheProvider (#3453)
  • [provider] Add transaction count caching to CacheProvider (#3448)

Miscellaneous Tasks

  • Release 1.4.0
  • Remove #[allow(unused_assignments)] (#3475)
  • Remove dead random buffer from custom envelope test (#3456)
  • Ignore RUSTSEC-2025-0141 bincode advisory (#3459)
  • Update alloy-trie (#3454)
  • Fix misleading comments (#3445)

Other

  • [eips] Make Blob import conditional (#3472)

Performance

  • [contract] Remove redundant allocation in TransportErrorExt (#3477)

Refactor

  • [rpc-types-mev] Remove duplicate formatting logic in FunctionSelector (#3469)

1.3.0 - 2026-01-06

Bug Fixes

... (truncated)

Commits
  • 0b88084 chore: release 1.4.0
  • 33ac040 chore: release 1.4.0
  • 1193469 feat(provider): add filler getters to FillProvider (#3485)
  • 1de31a4 feat(rpc-types-eth): add Params::from_json_value (#3466)
  • 4f21310 perf(contract): Remove redundant allocation in TransportErrorExt (#3477)
  • d208e61 [eips] Make Blob import conditional (#3472)
  • b4305c1 chore: remove #[allow(unused_assignments)] (#3475)
  • 3234df2 refactor(rpc-types-mev): remove duplicate formatting logic in FunctionSelecto...
  • 3bfcb3e chore: remove dead random buffer from custom envelope test (#3456)
  • a80824a feat: add secp256k1 feature (#3455)
  • Additional commits viewable in compare view

Updates reqwest from 0.12.28 to 0.13.1

Release notes

Sourced from reqwest's releases.

v0.13.1

What's Changed

Full Changelog: seanmonstar/reqwest@v0.13.0...v0.13.1

v0.13.0

Breaking changes

  • rustls is now the default TLS backend, instead of native-tls.
  • rustls crypto provider defaults to aws-lc instead of ring. (rustls-no-provider exists if you want a different crypto provider)
  • rustls-tls has been renamed to rustls.
  • rustls roots features removed, rustls-platform-verifier is used by default.
    • To use different roots, call tls_certs_only(your_roots).
  • native-tls now includes ALPN. To disable, use native-tls-no-alpn.
  • query and form are now crate features, disabled by default.
  • Long-deprecated methods and crate features have been removed (such as trust-dns, which was renamed hickory-dns a while ago).
  • Many TLS-related methods renamed to improve autocompletion and discovery, but previous name left in place with a "soft" deprecation. (just documented, no warnings)
    • For example, prefer tls_backend_rustls() over use_rustls_tls().

Pull Requests in General

Bumps the cargo group with 4 updates in the /parachain directory: [proc-macro2](https://github.com/dtolnay/proc-macro2), [quote](https://github.com/dtolnay/quote), [syn](https://github.com/dtolnay/syn) and [serde_json](https://github.com/serde-rs/json).
Bumps the cargo group with 9 updates in the /tee-worker/omni-executor directory:

| Package | From | To |
| --- | --- | --- |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.104` | `1.0.105` |
| [quote](https://github.com/dtolnay/quote) | `1.0.42` | `1.0.43` |
| [syn](https://github.com/dtolnay/syn) | `2.0.113` | `2.0.114` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.148` | `1.0.149` |
| [alloy](https://github.com/alloy-rs/alloy) | `1.2.1` | `1.4.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.28` | `0.13.1` |
| [tower](https://github.com/tower-rs/tower) | `0.5.2` | `0.5.3` |
| [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` |
| [sendgrid](https://github.com/gsquire/sendgrid-rs) | `0.24.1` | `0.25.0` |



Updates `proc-macro2` from 1.0.104 to 1.0.105
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.104...1.0.105)

Updates `quote` from 1.0.42 to 1.0.43
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.42...1.0.43)

Updates `syn` from 2.0.113 to 2.0.114
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.113...2.0.114)

Updates `serde_json` from 1.0.148 to 1.0.149
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.148...v1.0.149)

Updates `proc-macro2` from 1.0.104 to 1.0.105
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.104...1.0.105)

Updates `quote` from 1.0.42 to 1.0.43
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.42...1.0.43)

Updates `syn` from 2.0.113 to 2.0.114
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.113...2.0.114)

Updates `serde_json` from 1.0.148 to 1.0.149
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.148...v1.0.149)

Updates `alloy` from 1.2.1 to 1.4.0
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v1.2.1...v1.4.0)

Updates `alloy-signer` from 1.2.1 to 1.4.0
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v1.2.1...v1.4.0)

Updates `alloy-signer-local` from 1.2.1 to 1.4.0
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v1.2.1...v1.4.0)

Updates `reqwest` from 0.12.28 to 0.13.1
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.28...v0.13.1)

Updates `tower` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.5.2...tower-0.5.3)

Updates `url` from 2.5.7 to 2.5.8
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.7...v2.5.8)

Updates `sendgrid` from 0.24.1 to 0.25.0
- [Changelog](https://github.com/gsquire/sendgrid-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gsquire/sendgrid-rs/commits)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-version: 1.0.105
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: quote
  dependency-version: 1.0.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: syn
  dependency-version: 2.0.114
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: proc-macro2
  dependency-version: 1.0.105
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: quote
  dependency-version: 1.0.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: syn
  dependency-version: 2.0.114
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: alloy
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: alloy-signer
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: alloy-signer-local
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: reqwest
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: tower
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: url
  dependency-version: 2.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: sendgrid
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@vercel
Copy link

vercel bot commented Jan 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Review Updated (UTC)
heima-aa-demo-app Ignored Ignored Jan 13, 2026 1:35am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2026

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

@dependabot dependabot bot closed this Jan 19, 2026
@dependabot dependabot bot deleted the dependabot/cargo/parachain/cargo-5c80b9edbc branch January 19, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant