Skip to content

deps(backend)(deps): bump the rust-dependencies group in /src/backend with 3 updates#150

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src/backend/rust-dependencies-18be8120d8
Open

deps(backend)(deps): bump the rust-dependencies group in /src/backend with 3 updates#150
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src/backend/rust-dependencies-18be8120d8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the rust-dependencies group in /src/backend with 3 updates: reqwest, sui-sdk and shared-crypto.

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

Updates sui-sdk from 818f8d7 to 680ca90

Commits
  • 680ca90 Protocol gate and add unit tests for hotfix in #26832 (#26843)
  • 9ffd9c0 Update instructions for coding agents (#26850)
  • 54659bd [indexer-alt-framework] feature-gate diesel deps behind postgres (#26844)
  • 027024d [consensus] remove FIFO compaction option (#26736)
  • 2c6061a allow deserializing bigger checkpoints (#26841)
  • 197452c Gate #26816 gas-underflow fix for safe rollout (mainnet replay correctness) (...
  • 6c1a36f [consensus] clean up stale allow(dead_code) and allow(unused) attributes (#26...
  • 7ea30dc [graphql-alt] Allowlist client SDK version metric label (#26674)
  • 124c64e Land #26816 gas-underflow fix in main (#26828)
  • 53ac9ef Revert "[typed-store] Route contains_key through backend-native exist… (#26826)
  • Additional commits viewable in compare view

Updates shared-crypto from 818f8d7 to 680ca90

Commits
  • 680ca90 Protocol gate and add unit tests for hotfix in #26832 (#26843)
  • 9ffd9c0 Update instructions for coding agents (#26850)
  • 54659bd [indexer-alt-framework] feature-gate diesel deps behind postgres (#26844)
  • 027024d [consensus] remove FIFO compaction option (#26736)
  • 2c6061a allow deserializing bigger checkpoints (#26841)
  • 197452c Gate #26816 gas-underflow fix for safe rollout (mainnet replay correctness) (...
  • 6c1a36f [consensus] clean up stale allow(dead_code) and allow(unused) attributes (#26...
  • 7ea30dc [graphql-alt] Allowlist client SDK version metric label (#26674)
  • 124c64e Land #26816 gas-underflow fix in main (#26828)
  • 53ac9ef Revert "[typed-store] Route contains_key through backend-native exist… (#26826)
  • Additional commits viewable in compare view

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 rust-dependencies group in /src/backend with 3 updates: [reqwest](https://github.com/seanmonstar/reqwest), [sui-sdk](https://github.com/MystenLabs/sui) and [shared-crypto](https://github.com/MystenLabs/sui).


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)

Updates `sui-sdk` from `818f8d7` to `680ca90`
- [Release notes](https://github.com/MystenLabs/sui/releases)
- [Commits](MystenLabs/sui@818f8d7...680ca90)

Updates `shared-crypto` from `818f8d7` to `680ca90`
- [Release notes](https://github.com/MystenLabs/sui/releases)
- [Commits](MystenLabs/sui@818f8d7...680ca90)

---
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: sui-sdk
  dependency-version: 680ca90782c09c79bb6a2f94e6157de1a4f6a13e
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: shared-crypto
  dependency-version: 680ca90782c09c79bb6a2f94e6157de1a4f6a13e
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

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