Skip to content

deps(backend)(deps): bump the rust-dependencies group across 1 directory with 7 updates#142

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src/backend/rust-dependencies-dd98a5b5c4
Closed

deps(backend)(deps): bump the rust-dependencies group across 1 directory with 7 updates#142
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src/backend/rust-dependencies-dd98a5b5c4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the rust-dependencies group with 6 updates in the /src/backend directory:

Package From To
axum 0.8.8 0.8.9
reqwest 0.13.2 0.13.3
uuid 1.23.0 1.23.1
axum-extra 0.12.5 0.12.6
bcs 0.2.0 0.2.1
sui-sdk 2e6af36 7fbdf45

Updates axum from 0.8.8 to 0.8.9

Release notes

Sourced from axum's releases.

axum-v0.8.9

  • added: WebSocketUpgrade::{requested_protocols, set_selected_protocol} for more flexible subprotocol selection (#3597)
  • changed: Update minimum rust version to 1.80 (#3620)
  • fixed: Set connect endpoint on correct field in MethodRouter (#3656)
  • fixed: Return specific error message when multipart body limit is exceeded (#3611)

#3597: tokio-rs/axum#3597 #3620: tokio-rs/axum#3620 #3656: tokio-rs/axum#3656 #3611: tokio-rs/axum#3611

Commits

Updates reqwest from 0.13.2 to 0.13.3

Release notes

Sourced from reqwest's releases.

v0.13.3

tl;dr

  • Fix CertificateRevocationList parsing of PEM values.
  • Fix logging in resolver to only show host, not full URL.
  • Fix hickory-dns to fallback to a default if /etc/resolv.conf fails.
  • Fix HTTP/3 to handle STOP_SENDING as not an error.
  • Fix HTTP/3 pool to remove timed out QUIC connections.
  • Fix HTTP/3 connection establishment picking IPv4 and IPv6.
  • Upgrade rustls-platform-verifier.
  • (wasm) Only use wasm-bindgen on unknown-* targets.

What's Changed

New Contributors

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

Changelog

Sourced from reqwest's changelog.

v0.13.3

  • Fix CertificateRevocationList parsing of PEM values.
  • Fix logging in resolver to only show host, not full URL.
  • Fix hickory-dns to fallback to a default if /etc/resolv.conf fails.
  • Fix HTTP/3 to handle STOP_SENDING as not an error.
  • Fix HTTP/3 pool to remove timed out QUIC connections.
  • Fix HTTP/3 connection establishment picking IPv4 and IPv6.
  • Upgrade rustls-platform-verifier.
  • (wasm) Only use wasm-bindgen on unknown-* targets.
Commits

Updates uuid from 1.23.0 to 1.23.1

Release notes

Sourced from uuid's releases.

v1.23.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.0...v1.23.1

Commits
  • ca0c85f Merge pull request #879 from uuid-rs/cargo/v1.23.1
  • b4db015 prepare for 1.23.1 release
  • 771069d Merge pull request #878 from aznashwan/fix-from-gregorian-deprecation-note
  • 80994a2 fix: Timestamp::from_gregorian deprecation note
  • 90c5be8 Merge pull request #877 from guybedford/remove-wasm-bindgen-msrv
  • 8b8c4f4 Remove deprecated feature from wasm-bindgen dependency
  • See full diff in compare view

Updates axum-extra from 0.12.5 to 0.12.6

Release notes

Sourced from axum-extra's releases.

axum-extra-v0.12.6

  • fixed: Escape backslashes and double quotes in Content-Disposition filenames to prevent header parameter injection in Attachment and FileStream (#3664)
  • vpath! macro now stops the compilation if your path is using deprecated path variables in the old 107 format, such as :var and *var. the only allowed way now is {var}. (#3618)
  • fixed: Return specific error message when multipart body limit is exceeded (#3611)

#3664: tokio-rs/axum#3664 #3618: tokio-rs/axum#3618 #3611: tokio-rs/axum#3611

Commits

Updates bcs from 0.2.0 to 0.2.1

Commits

Updates sui-sdk from 2e6af36 to 7fbdf45

Commits
  • 7fbdf45 [Graphql-alt] Graphql client sdk metric (#26437)
  • c655581 [graphql-stream] Add top-level events subscription [8/n] (#26453)
  • 2626e94 [chore] Update tidehunter to 06520e9 (#26450)
  • 2444691 [move-ir] Require public on structs/enums (#26462)
  • d81e958 allow setting gcs project id on write path too (#26464)
  • dd6ec39 [typed-store] Fix safe_range_iter dropping the entry at an inclusive upper bo...
  • 5e5a2e9 [forking 14/n] add checkpoint subscription service (#26402)
  • bf0da8e Fix native call double-pop in gas meter stack height tracking (#26203)
  • 1f38777 [Block Streaming] clean up API (#26377)
  • 9aa4555 [Block Streaming] introduce the BlockSyncService and implement the Observer c...
  • Additional commits viewable in compare view

Updates shared-crypto from 2e6af36 to 7fbdf45

Commits
  • 7fbdf45 [Graphql-alt] Graphql client sdk metric (#26437)
  • c655581 [graphql-stream] Add top-level events subscription [8/n] (#26453)
  • 2626e94 [chore] Update tidehunter to 06520e9 (#26450)
  • 2444691 [move-ir] Require public on structs/enums (#26462)
  • d81e958 allow setting gcs project id on write path too (#26464)
  • dd6ec39 [typed-store] Fix safe_range_iter dropping the entry at an inclusive upper bo...
  • 5e5a2e9 [forking 14/n] add checkpoint subscription service (#26402)
  • bf0da8e Fix native call double-pop in gas meter stack height tracking (#26203)
  • 1f38777 [Block Streaming] clean up API (#26377)
  • 9aa4555 [Block Streaming] introduce the BlockSyncService and implement the Observer c...
  • 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

…ory with 7 updates

Bumps the rust-dependencies group with 6 updates in the /src/backend directory:

| Package | From | To |
| --- | --- | --- |
| [axum](https://github.com/tokio-rs/axum) | `0.8.8` | `0.8.9` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.2` | `0.13.3` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.0` | `1.23.1` |
| [axum-extra](https://github.com/tokio-rs/axum) | `0.12.5` | `0.12.6` |
| [bcs](https://github.com/zefchain/bcs) | `0.2.0` | `0.2.1` |
| [sui-sdk](https://github.com/MystenLabs/sui) | ``2e6af36`` | ``7fbdf45`` |



Updates `axum` from 0.8.8 to 0.8.9
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.8.8...axum-v0.8.9)

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

Updates `uuid` from 1.23.0 to 1.23.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.0...v1.23.1)

Updates `axum-extra` from 0.12.5 to 0.12.6
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-extra-v0.12.5...axum-extra-v0.12.6)

Updates `bcs` from 0.2.0 to 0.2.1
- [Changelog](https://github.com/zefchain/bcs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zefchain/bcs/commits)

Updates `sui-sdk` from `2e6af36` to `7fbdf45`
- [Release notes](https://github.com/MystenLabs/sui/releases)
- [Commits](MystenLabs/sui@2e6af36...7fbdf45)

Updates `shared-crypto` from `2e6af36` to `7fbdf45`
- [Release notes](https://github.com/MystenLabs/sui/releases)
- [Commits](MystenLabs/sui@2e6af36...7fbdf45)

---
updated-dependencies:
- dependency-name: axum
  dependency-version: 0.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: reqwest
  dependency-version: 0.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: uuid
  dependency-version: 1.23.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: axum-extra
  dependency-version: 0.12.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: bcs
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: sui-sdk
  dependency-version: 7fbdf456757093d211e4b0463cc9bfb38335c3b3
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: shared-crypto
  dependency-version: 7fbdf456757093d211e4b0463cc9bfb38335c3b3
  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 4, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 11, 2026

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

@dependabot dependabot Bot closed this May 11, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/src/backend/rust-dependencies-dd98a5b5c4 branch May 11, 2026 01:29
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