chore(deps): bump starlette from 1.0.0 to 1.0.1 in /sidecar in the uv group across 1 directory#584
Merged
Merged
Conversation
|
PR author is in the excluded authors list. |
andymai
added a commit
that referenced
this pull request
Jun 13, 2026
## Summary Rust 1.96.0's clippy promoted `clippy::suboptimal_flops` to fire on the single-pole IIR smoothing step in `mouth_from_audio.rs`, which broke the **Host (core + sim + drivers)** CI gate on `main`. Because that gate is red on `main`, every open PR inherits the failure — all four open dependabot PRs (#586, #585, #584, #551) are blocked solely by this. Clippy suggests `f32::mul_add`, but that lowers to `libm::fmaf` on the no_std Xtensa target — exactly the dependency this module is engineered to avoid (it sits beside the libm-free `one_minus_exp_approx` approximation). This matches the standing decision already documented in `head_from_attention` and `lost_target_search`, so the fix `#[allow]`s the lint with the same rationale rather than taking clippy's suggestion. ## Test plan - `just check` — fmt + workspace clippy (`-D warnings`) + host tests all green locally - `cargo clippy -p stackchan-core --all-targets --all-features -- -D warnings` passes
Owner
|
@dependabot rebase |
Bumps the uv group with 1 update in the /sidecar directory: [starlette](https://github.com/Kludex/starlette). Updates `starlette` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@1.0.0...1.0.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.0.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
385926f to
98d2977
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the uv group with 1 update in the /sidecar directory: starlette.
Updates
starlettefrom 1.0.0 to 1.0.1Release notes
Sourced from starlette's releases.
Changelog
Sourced from starlette's changelog.
Commits
48f8e33Version 1.0.1 (#3281)f078832Remove Hugging Face sponsor block from docs (#3280)472951echore(deps): bump the github-actions group with 2 updates (#3277)764dab0Ignore malformedHostheader when constructingrequest.url(#3279)19d0811Harden GitHub Actions workflows and Dependabot config (#3276)01f4637chore(deps): bump idna from 3.10 to 3.15 (#3274)b8fa514docs: fix typos in TestClient docs and test_requests comment (#3266)e935b6bfix uvicorn domain (#3269)96af952Add 7-day cooldown for dependency resolution via uv exclude-newer (#3265)61e385bAdd zizmor GitHub Actions security analysis workflow (#3264)