Skip to content

chore(deps): bump the rust-dependencies group across 1 directory with 4 updates#37

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rust-dependencies-4ad0f792e8
Open

chore(deps): bump the rust-dependencies group across 1 directory with 4 updates#37
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rust-dependencies-4ad0f792e8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-dependencies group with 2 updates in the / directory: x402-types and reqwest.

Updates x402-types from 980ad88 to de2e55b

Commits
  • de2e55b chore: bump workspace and crate versions to 2.0.1 in Cargo.toml and `Cargo....
  • 58f1fb7 docs: add README for x402-chain-tron crate detailing TRON chain support, us...
  • 23aea2f feat: Facilitation on TRON (#98)
  • 005c6c0 chore: release v2.0.0, introduce breaking changes and new features across crates
  • d3d30ab Merge pull request #97 from samsamtrum/fix-money-amount-format-validation
  • 243dbab Reject malformed money amounts
  • 2df007d feat: add Rust client support for EIP-155 "upto" flow, update dependencies, a...
  • f9a8b08 refactor: simplify merge function logic by replacing match with if let ...
  • 3f7fe1d docs: add documentation for eip2612GasSponsoring extension and `with_extens...
  • 7d660c3 refactor: remove outdated TODO comment in x402 Axum example
  • Additional commits viewable in compare view

Updates x402-chain-eip155 from 980ad88 to de2e55b

Commits
  • de2e55b chore: bump workspace and crate versions to 2.0.1 in Cargo.toml and `Cargo....
  • 58f1fb7 docs: add README for x402-chain-tron crate detailing TRON chain support, us...
  • 23aea2f feat: Facilitation on TRON (#98)
  • 005c6c0 chore: release v2.0.0, introduce breaking changes and new features across crates
  • d3d30ab Merge pull request #97 from samsamtrum/fix-money-amount-format-validation
  • 243dbab Reject malformed money amounts
  • 2df007d feat: add Rust client support for EIP-155 "upto" flow, update dependencies, a...
  • f9a8b08 refactor: simplify merge function logic by replacing match with if let ...
  • 3f7fe1d docs: add documentation for eip2612GasSponsoring extension and `with_extens...
  • 7d660c3 refactor: remove outdated TODO comment in x402 Axum example
  • Additional commits viewable in compare view

Updates x402-reqwest from 980ad88 to de2e55b

Commits
  • de2e55b chore: bump workspace and crate versions to 2.0.1 in Cargo.toml and `Cargo....
  • 58f1fb7 docs: add README for x402-chain-tron crate detailing TRON chain support, us...
  • 23aea2f feat: Facilitation on TRON (#98)
  • 005c6c0 chore: release v2.0.0, introduce breaking changes and new features across crates
  • d3d30ab Merge pull request #97 from samsamtrum/fix-money-amount-format-validation
  • 243dbab Reject malformed money amounts
  • 2df007d feat: add Rust client support for EIP-155 "upto" flow, update dependencies, a...
  • f9a8b08 refactor: simplify merge function logic by replacing match with if let ...
  • 3f7fe1d docs: add documentation for eip2612GasSponsoring extension and `with_extens...
  • 7d660c3 refactor: remove outdated TODO comment in x402 Axum example
  • Additional commits viewable in compare view

Updates reqwest from 0.13.3 to 0.13.4

Release notes

Sourced from reqwest's releases.

v0.13.4

tl;dr

  • Add ClientBuilder::tls_sslkeylogfile(bool) option to allow using the related environment variable.
  • Add ClientBuilder::http2_keep_alive_* options for the blocking client.
  • Add TLS 1.3 support when using native-tls backend.
  • Fix redirect handling to strip sensitive headers when the scheme changes.
  • Fix HTTP/3 happy-eyeball connection creation.
  • Upgrade hickory-resolver to 0.26.

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.13.3...v0.13.4

Changelog

Sourced from reqwest's changelog.

v0.13.4

  • Add ClientBuilder::tls_sslkeylogfile(bool) option to allow using the related environment variable.
  • Add ClientBuilder::http2_keep_alive_* options for the blocking client.
  • Add TLS 1.3 support when using native-tls backend.
  • Fix redirect handling to strip sensitive headers when the scheme changes.
  • Fix HTTP/3 happy-eyeball connection creation.
  • Upgrade hickory-resolver to 0.26.
Commits
  • 11489b3 v0.13.4
  • d31ffbb feat: Expose HTTP2 keep alive configurations in blocking client (#3043)
  • 79ed0d7 feat: support TLS 1.3 as min version under native-tls 🎉 (#2975)
  • fb7bf6a fix: remove unwrap in hickory initialization (#3041)
  • 3da616f fix: update hickory-resolver to 0.26 and adjust code accordingly (#3040)
  • c77e7b2 fix(http3): use happy eyeballs for h3 connect (#3030)
  • 9cbb65b chore: clean up minimal-versions CI job (#3039)
  • 17a7dc5 chore: upgrade MSRV to 1.85 (#3038)
  • 03db63a fix(redirect): strip sensitive headers on scheme change across redirects (#3034)
  • 4b813a8 feat: add tls_sslkeylogfile builder method (#2923)
  • 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 Jun 1, 2026
… 4 updates

Bumps the rust-dependencies group with 2 updates in the / directory: [x402-types](https://github.com/x402-rs/x402-rs) and [reqwest](https://github.com/seanmonstar/reqwest).


Updates `x402-types` from `980ad88` to `de2e55b`
- [Release notes](https://github.com/x402-rs/x402-rs/releases)
- [Commits](x402-rs/x402-rs@980ad88...de2e55b)

Updates `x402-chain-eip155` from `980ad88` to `de2e55b`
- [Release notes](https://github.com/x402-rs/x402-rs/releases)
- [Commits](x402-rs/x402-rs@980ad88...de2e55b)

Updates `x402-reqwest` from `980ad88` to `de2e55b`
- [Release notes](https://github.com/x402-rs/x402-rs/releases)
- [Commits](x402-rs/x402-rs@980ad88...de2e55b)

Updates `reqwest` from 0.13.3 to 0.13.4
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.13.3...v0.13.4)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: x402-chain-eip155
  dependency-version: 6854f96ab87c892683a7c7e629df6fad9b2c1d07
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: x402-reqwest
  dependency-version: 6854f96ab87c892683a7c7e629df6fad9b2c1d07
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: x402-types
  dependency-version: 6854f96ab87c892683a7c7e629df6fad9b2c1d07
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the rust-dependencies group with 4 updates chore(deps): bump the rust-dependencies group across 1 directory with 4 updates Jun 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/rust-dependencies-4ad0f792e8 branch from d6a0744 to fc353ea Compare June 29, 2026 05:55
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