chore(deps)(deps): bump libc from 0.2.178 to 0.2.182#617
Merged
AlexMikhalev merged 1 commit intomainfrom Mar 7, 2026
Merged
Conversation
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.178 to 0.2.182. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.182/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.178...0.2.182) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.182 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
AlexMikhalev
pushed a commit
that referenced
this pull request
Apr 20, 2026
AlexMikhalev
pushed a commit
that referenced
this pull request
Apr 20, 2026
AlexMikhalev
pushed a commit
that referenced
this pull request
Apr 20, 2026
AlexMikhalev
pushed a commit
that referenced
this pull request
Apr 20, 2026
AlexMikhalev
pushed a commit
that referenced
this pull request
Apr 20, 2026
AlexMikhalev
pushed a commit
that referenced
this pull request
Apr 20, 2026
…, spawner race Five test fixes that surfaced after the auto-route landing. - terraphim_agent shell_dispatch: try /usr/bin/false (macOS) before /bin/false (Linux) so the exit-code-capture test works on both. - terraphim_mcp_server integration_test: pass role=Default explicitly in test_mcp_server_integration and test_search_pagination so the new auto-route text content does not throw off content-shape assertions. - terraphim_mcp_server mcp_rolegraph_validation_test: count resource contents directly (filter c.as_resource().is_some()) instead of content.len()-1, robust to the auto-route prepend. - terraphim_spawner: replace try_recv-after-sleep with timeout-bounded recv loop and write a sleep-then-pwd shell script so the broadcast channel always has a subscriber by the time the child writes. - terraphim_service: drop the deprecated JMAP_MISSING_TOKEN_DOWNWEIGHT re-export and constant -- design kept it for fixture link-compat, no fixture used it, removing it removes the deprecation warning. Refs #617 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
AlexMikhalev
pushed a commit
that referenced
this pull request
Apr 20, 2026
…tate Two clippy warnings introduced by the auto-route work: - terraphim_service auto_route: tied.iter().any(|n| *n == sel) is cleaner as tied.contains(&sel). - terraphim_mcp_server lib: &*self.config_state is auto-deref'd to &self.config_state. clippy clean for the affected crates. Refs #617 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 libc from 0.2.178 to 0.2.182.
Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
e879ee9chore: Release libc 0.2.1822efe72fremove copyright year in LICENSE-MIT634bc4eci: Update the list of tested and documented targetsd7aa109Revert "Disable hexagon-unknown-linux-musl testing for now"14e2f56Revert "ci: Skip hexagon-unknown-linux-musl"b7807c3Revert "aix: Temporarily skip checking powerpc64-ibm-aix builds"abe93a0feat(linux): addtgkillfor Linux and Android25f7ddefeat(redox): addRENAME_NOREPLACE4b4ce4ffeat(redox): addrenameat2ab8c36cbuild(deps): bump vmactions/solaris-vm from 1.2.8 to 1.3.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)