Skip to content

fix(deps): update rust crate deepgram to 0.9#88

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/deepgram-0.x
Open

fix(deps): update rust crate deepgram to 0.9#88
renovate[bot] wants to merge 1 commit intomainfrom
renovate/deepgram-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2026

This PR contains the following updates:

Package Type Update Change
deepgram dependencies minor 0.70.9

Release Notes

deepgram/deepgram-rust-sdk (deepgram)

v0.9.1

Compare Source

Fixed
  • Fix Container::None serialization typo ("nonne""none") that caused 400 errors from the TTS API when requesting raw audio output.
  • Add missing User-Agent header to WebSocket handshake requests for streaming and Flux endpoints, fixing compatibility with AWS WAF and similar firewalls.
  • Replace broken Discord badge in README with working shields.io badge.
  • Flux WebSocket now handles unknown message types gracefully instead of producing stream-breaking deserialization errors. FluxResponse::Unknown preserves the raw JSON; TurnEvent::Unknown catches unrecognized event strings. Both enums are #[non_exhaustive], so this is non-breaking.

v0.9.0

Compare Source

Changed
  • BREAKING: Upgrade reqwest from 0.12 to 0.13. Consumers using re-exported ReqwestError, RequestBuilder, or reqwest::Body types must also upgrade to reqwest 0.13.
  • Upgrade http from 1.3 to 1.4. Consumers using re-exported HttpError must also upgrade to http 1.4.
  • TLS backend changed from ring to aws-lc-rs via rustls update. Certificate verification now uses platform-native trust stores via rustls-platform-verifier.
  • Reqwest feature rustls-tls renamed to rustls; query feature now explicitly enabled.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from Automaat February 25, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants