Skip to content

chore(deps): bump the cargo group across 3 directories with 1 update#28

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/a2ml/bindings/rust/cargo-a5329e1ac9
Closed

chore(deps): bump the cargo group across 3 directories with 1 update#28
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/a2ml/bindings/rust/cargo-a5329e1ac9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 1 update in the /a2ml/bindings/rust directory: rand.
Bumps the cargo group with 1 update in the /k9-svc/bindings/rust directory: rand.
Bumps the cargo group with 1 update in the /k9-svc/tools/src/k9-sign directory: rand.

Updates rand from 0.9.2 to 0.9.4

Changelog

Sourced from rand's changelog.

[0.9.4] — 2026-04-13

Fixes

#1766: rust-random/rand#1766

[0.9.3] — 2026-04-11

This release back-ports a fix from v0.10. See also #1763.

Changes

  • Deprecate feature log (#1764)
  • Replace usages of doc_auto_cfg (#1764)

#1763: rust-random/rand#1763

Commits

Updates rand from 0.9.2 to 0.9.4

Changelog

Sourced from rand's changelog.

[0.9.4] — 2026-04-13

Fixes

#1766: rust-random/rand#1766

[0.9.3] — 2026-04-11

This release back-ports a fix from v0.10. See also #1763.

Changes

  • Deprecate feature log (#1764)
  • Replace usages of doc_auto_cfg (#1764)

#1763: rust-random/rand#1763

Commits

Updates rand from 0.8.5 to 0.9.3

Changelog

Sourced from rand's changelog.

[0.9.4] — 2026-04-13

Fixes

#1766: rust-random/rand#1766

[0.9.3] — 2026-04-11

This release back-ports a fix from v0.10. See also #1763.

Changes

  • Deprecate feature log (#1764)
  • Replace usages of doc_auto_cfg (#1764)

#1763: rust-random/rand#1763

Commits

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 1 update in the /a2ml/bindings/rust directory: [rand](https://github.com/rust-random/rand).
Bumps the cargo group with 1 update in the /k9-svc/bindings/rust directory: [rand](https://github.com/rust-random/rand).
Bumps the cargo group with 1 update in the /k9-svc/tools/src/k9-sign directory: [rand](https://github.com/rust-random/rand).


Updates `rand` from 0.9.2 to 0.9.4
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.9.2...0.9.4)

Updates `rand` from 0.9.2 to 0.9.4
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.9.2...0.9.4)

Updates `rand` from 0.8.5 to 0.9.3
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.9.2...0.9.4)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.9.4
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: rand
  dependency-version: 0.9.4
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: rand
  dependency-version: 0.9.3
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #29.

@dependabot dependabot Bot closed this Apr 14, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/a2ml/bindings/rust/cargo-a5329e1ac9 branch April 14, 2026 03:31
Repository owner deleted a comment from chatgpt-codex-connector Bot May 13, 2026
hyperpolymath added a commit that referenced this pull request Jul 20, 2026
…Hub App) (#509)

## What

Adds `.github/actions/signed-push` — an estate composite action that
pushes a branch's local commits as GitHub **Verified** commits, using a
**GitHub App installation token** + `createCommitOnBranch` (via
`Asana/push-signed-commits`).

## Why (Arm B1)

Automation commits made with a PAT or `GITHUB_TOKEN` are **Unverified**.
Any branch whose ruleset enforces `required_signatures` then **cannot
merge** — this is exactly why **IDApTIK #28** is `BLOCKED` right now
(all 4 commits `verified=false / unknown_key`). A GitHub App authoring
commits via `createCommitOnBranch` produces Verified commits GitHub
signs itself, satisfying the rule.

The same App also unlocks `.github/workflows` edits (Workflows: write)
and `delete_repo` (Administration: write), retiring several "GitHub API
won't let AI tools operate" blockers at once.

## Details

- SHA-pinned: `create-github-app-token` v3.2.0 (`bcd2ba4…`),
`push-signed-commits` v1 (`6e073ae…`).
- README documents the one-time App setup and the caveat that PR-only /
merge-queue rules are **separate** from `required_signatures` — the App
may need adding to those rulesets' **bypass list**.

## ⛔ Blocked / not yet verifiable

Requires the org to **register the GitHub App** and set **`APP_ID`** +
**`APP_PRIVATE_KEY`** secrets before it can run. Draft until then. YAML
validated (parses as a valid composite action); not runnable in CI
without the App.

## Related

- Immediate estate-wide unblock for `required_signatures`: register the
SSH **Signing Key** so existing commits flip to Verified.
- Sibling work: `hyperpolymath/scripts#90` (wiki-seed adapter), and the
community feature request for a wiki API.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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