chore(deps): bump libc from 0.2.186 to 0.2.189 in /src-tauri#96
chore(deps): bump libc from 0.2.186 to 0.2.189 in /src-tauri#96dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.186 to 0.2.189. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.189/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.186...0.2.189) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.189 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9f69cfe102
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "libc" | ||
| version = "0.2.186" | ||
| version = "0.2.189" |
There was a problem hiding this comment.
Regenerate the Rust license inventory for libc 0.2.189
Updating the locked package here without regenerating THIRD_PARTY_LICENSES_RUST.txt leaves that shipped report listing only libc 0.2.186. The rust-format CI job invokes scripts/check-dependency-inventory.mjs --rust at .github/workflows/ci.yml:108; its compare function rejects missing locked components, so the supported macOS dependency graph containing libc 0.2.189 will make CI fail, and installers would otherwise retain stale license metadata. Regenerate and commit the Rust license report with this lockfile update.
AGENTS.md reference: AGENTS.md:L9-L11
Useful? React with 👍 / 👎.
| [[package]] | ||
| name = "libc" | ||
| version = "0.2.186" | ||
| version = "0.2.189" |
There was a problem hiding this comment.
Reseal the Tally compatibility surface after changing the lockfile
Changing Cargo.lock invalidates its checked-in digest in docs/tally/compatibility/compatibility-surface.json, which still expects e9384798… while this revision hashes to f9bd51eb…. The exact-claims CI step at .github/workflows/ci.yml:201-210 calls surface.validate_files, so it will return surface_file_changed for every run before evaluating any claims. Update the lockfile entry, reseal the surface manifest, and align compatibility-matrix.json with the new surface digest.
Useful? React with 👍 / 👎.
Bumps libc from 0.2.186 to 0.2.189.
Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
ef0906elibc: Release 0.2.1895a79f76riscv32-musl: Rename padding fields to avoid a conflict3e51062psp: Fixoverflowing_literalswarningse352fddemscripten: add pthread_sigmask, sigwait, sigwaitinfo, sigtimedwait, faccessa...63221b3macros: Requiresafeinsafe_f!invocations707ab52macros: Requireunsafeinf!invocations8e40c94Enable clone3() syscall on sparc-linux and sparc64-linux8427909windows: Add back link names fortime-related symbolsb4863fanuttx: fix wchar_t definition under arm41c683dnuttx: mirror type definitionsDependabot 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)