Skip to content

chore(deps): bump the rust-runtime group across 1 directory with 9 updates - #10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-runtime-2a34b54b68
Open

chore(deps): bump the rust-runtime group across 1 directory with 9 updates#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-runtime-2a34b54b68

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown

Bumps the rust-runtime group with 9 updates in the / directory:

Package From To
base64 0.22.1 0.23.1
futures-util 0.3.33 0.3.34
hmac 0.12.1 0.13.0
http-body-util 0.1.4 0.1.5
http 1.4.2 1.5.0
rustls-pki-types 1.15.0 1.15.1
sha2 0.10.9 0.11.0
yawc 0.3.3 0.3.4
tungstenite 0.29.0 0.30.0

Updates base64 from 0.22.1 to 0.23.1

Changelog

Sourced from base64's changelog.

0.23.1

  • Make the tests build again on non-SIMD architectures

0.23.0

  • Added more consts for preconfigured configs and engines
  • Make DecodeError::InvalidLastSymbol more clear by including the decoded value
  • Added SIMD-accelerated engines behind the default-on simd-unsafe feature: Simd picks the best instruction set at runtime (AVX2 on x86_64, NEON on aarch64) and falls back to the scalar GeneralPurpose engine, while Avx2 and Neon target one instruction set with no runtime detection and work in no_std. The engines support the standard and URL-safe alphabets.
  • Update MSRV to 1.71.0
  • Add support for custom padding symbols
Commits
  • 069bf70 v0.23.1
  • 6ab1fb0 Merge pull request #310 from musicinmybrain/test-on-non-simd-arches
  • 7cffce6 Fix testing on architectures without unsafe SIMD support
  • e34f9a0 Merge pull request #308 from atouchet/com
  • e9240c9 Remove outdated comment
  • 9e9220a v0.23.0
  • 870326e Merge pull request #306 from marshallpierce/mp/trailing-bits-docs
  • fbec5f1 Document no trailing trailing bits
  • 0a23549 Merge pull request #305 from marshallpierce/mp/edition-2021
  • f10b7e2 Update deps & edition
  • Additional commits viewable in compare view

Updates futures-util from 0.3.33 to 0.3.34

Release notes

Sourced from futures-util's releases.

0.3.34

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Changelog

Sourced from futures-util's changelog.

0.3.34 - 2026-08-11

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Commits

Updates hmac from 0.12.1 to 0.13.0

Commits

Updates http-body-util from 0.1.4 to 0.1.5

Commits

Updates http from 1.4.2 to 1.5.0

Release notes

Sourced from http's releases.

v1.5.0

What's Changed

New Contributors

Full Changelog: hyperium/http@v1.4.2...v1.5.0

Changelog

Sourced from http's changelog.

1.5.0 (July 29, 2026)

  • Add Method::QUERY constant for the new QUERY method defined in RFC 10008.
  • Fix uri::Builder::path_and_query() to allow empty strings to mean no path.
  • Fix uri::PathAndQuery parsing to enforce URI max length.
Commits

Updates rustls-pki-types from 1.15.0 to 1.15.1

Release notes

Sourced from rustls-pki-types's releases.

1.15.1

What's Changed

Commits
  • e29ad15 server_name: tweak branch order for performance
  • ef2985d Bump version to 1.15.1
  • 6d85300 server_name: optimize validate()
  • 239d48e Add benchmark for DNS name validation
  • See full diff in compare view

Updates sha2 from 0.10.9 to 0.11.0

Commits

Updates yawc from 0.3.3 to 0.3.4

Commits
  • e529c2a chore: Release yawc version 0.3.4
  • b51fa00 Merge pull request #41 from infinitefield/fix/compression-hang-and-cleanup
  • 9b15be2 Remove the skip_incompressible option and its entropy heuristic
  • 09c9df6 test: add fuzz targets for the frame and compression paths
  • 2e18a76 fix: stop the inflate loop spinning on a final deflate block
  • 0ea0bf5 chore: add cargo-make tasks for local checks
  • dbf6708 fmt
  • 2ca52ee fix: address code review findings
  • d2a931f Merge pull request #37 from tidely/update-version-readme
  • f9ce0c5 chore: Update README.md yawc version
  • See full diff in compare view

Updates tungstenite from 0.29.0 to 0.30.0

Changelog

Sourced from tungstenite's changelog.

0.30.0

  • Reject non-compliant clients (incorrect Sec-WebSocket-Key length/format) on the server side.
  • Update rand and sha dependencies and raise MSRV to 1.85.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 18, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the rust-runtime group across 1 directory with 9 updates build(deps): bump the rust-runtime group across 1 directory with 9 updates Aug 18, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/rust-runtime-2a34b54b68 branch 11 times, most recently from 0506c98 to a91629a Compare August 23, 2026 01:41
@dependabot dependabot Bot changed the title build(deps): bump the rust-runtime group across 1 directory with 9 updates chore(deps): bump the rust-runtime group across 1 directory with 9 updates Aug 23, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/rust-runtime-2a34b54b68 branch 7 times, most recently from e3b1708 to b2721d2 Compare August 24, 2026 03:17
…dates

Bumps the rust-runtime group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.22.1` | `0.23.1` |
| [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [hmac](https://github.com/RustCrypto/MACs) | `0.12.1` | `0.13.0` |
| [http-body-util](https://github.com/hyperium/http-body) | `0.1.4` | `0.1.5` |
| [http](https://github.com/hyperium/http) | `1.4.2` | `1.5.0` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.15.0` | `1.15.1` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` |
| [yawc](https://github.com/infinitefield/yawc) | `0.3.3` | `0.3.4` |
| [tungstenite](https://github.com/snapview/tungstenite-rs) | `0.29.0` | `0.30.0` |



Updates `base64` from 0.22.1 to 0.23.1
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.22.1...v0.23.1)

Updates `futures-util` from 0.3.33 to 0.3.34
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.33...0.3.34)

Updates `hmac` from 0.12.1 to 0.13.0
- [Commits](RustCrypto/MACs@hmac-v0.12.1...hmac-v0.13.0)

Updates `http-body-util` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/hyperium/http-body/releases)
- [Commits](hyperium/http-body@http-body-util-v0.1.4...http-body-util-v0.1.5)

Updates `http` from 1.4.2 to 1.5.0
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v1.4.2...v1.5.0)

Updates `rustls-pki-types` from 1.15.0 to 1.15.1
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.15.0...v/1.15.1)

Updates `sha2` from 0.10.9 to 0.11.0
- [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0)

Updates `yawc` from 0.3.3 to 0.3.4
- [Release notes](https://github.com/infinitefield/yawc/releases)
- [Changelog](https://github.com/infinitefield/yawc/blob/master/CHANGELOG.md)
- [Commits](infinitefield/yawc@v0.3.3...v0.3.4)

Updates `tungstenite` from 0.29.0 to 0.30.0
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](snapview/tungstenite-rs@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-runtime
- dependency-name: futures-util
  dependency-version: 0.3.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-runtime
- dependency-name: hmac
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-runtime
- dependency-name: http
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-runtime
- dependency-name: http-body-util
  dependency-version: 0.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-runtime
- dependency-name: rustls-pki-types
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-runtime
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-runtime
- dependency-name: tungstenite
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-runtime
- dependency-name: yawc
  dependency-version: 0.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-runtime
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/rust-runtime-2a34b54b68 branch from b2721d2 to 1533705 Compare August 24, 2026 03:48
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