Skip to content

chore(deps): bump rand from 0.10.0 to 0.10.1 in /bots/echidnabot in the cargo group across 1 directory#55

Merged
hyperpolymath merged 1 commit into
mainfrom
dependabot/cargo/bots/echidnabot/cargo-1b821729d8
Apr 14, 2026
Merged

chore(deps): bump rand from 0.10.0 to 0.10.1 in /bots/echidnabot in the cargo group across 1 directory#55
hyperpolymath merged 1 commit into
mainfrom
dependabot/cargo/bots/echidnabot/cargo-1b821729d8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the cargo group with 1 update in the /bots/echidnabot directory: rand.

Updates rand from 0.10.0 to 0.10.1

Changelog

Sourced from rand's changelog.

[0.10.1] — 2026-02-11

This release includes a fix for a soundness bug; see #1763.

Changes

  • Document panic behavior of make_rng and add #[track_caller] (#1761)
  • Deprecate feature log (#1763)

#1761: rust-random/rand#1761 #1763: rust-random/rand#1763

Commits

Dependabot compatibility score

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 /bots/echidnabot directory: [rand](https://github.com/rust-random/rand).


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

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.10.1
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 14, 2026
@dependabot dependabot Bot requested a review from hyperpolymath as a code owner April 14, 2026 01:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 14, 2026
@hyperpolymath hyperpolymath merged commit aba881f into main Apr 14, 2026
17 of 22 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/cargo/bots/echidnabot/cargo-1b821729d8 branch April 14, 2026 13:43
hyperpolymath added a commit that referenced this pull request Apr 19, 2026
Two-way merge resolving the structural drift between hyperpolymath/gitbot-fleet
(this repo) and the content absorbed into /var/mnt/eclipse/repos (the meta-repo
repos-monorepo) at fleet-ecosystem/git-automation-ecosystem/gitbot-fleet/.

The two histories had diverged with no common ancestor. Meta-repo held real
feature work (exclusion registry, SCM->A2ML directive migration, sha2 0.11 +
hmac 0.13 compat fixes, contractile refactors, wave2c sweeps). This repo held
a small set of housekeeping commits (LICENSE update to PMPL-1.0-or-later,
panic-attacker docs, supervised-fleet-scan GITHUB_TOKEN/FLEET_SCAN_PAT fix,
M5 CI sweep, ~7 Dependabot dep bumps) plus an accidentally-committed
BuckleScript build artefact set under bots/sustainabot/bot-integration/lib/bs/
(120 files — .cmi/.cmj/.cmt/.ast/.res.js/bindings/).

Merge resolution:
  - Meta-repo content adopted as base (823 tracked files, cleaner .gitignore
    that correctly excludes the bs/ artefacts).
  - 45 files modified: meta's versions adopted (newer bot feature work,
    newer Cargo.toml/.lock with sha2/hmac bumps, newer directive parsers).
  - 9 files added from meta: exclusion_registry.rs + registry_guard.rs in
    shared-context/ and robot-repo-automaton/, plus 4 flake.lock / Justfile
    files that meta had but this repo didn't.
  - 120 files removed: the accidentally-committed bs/ build artefacts.
  - LICENSE restored from origin/main (PMPL-1.0-or-later per estate rule;
    meta's was an older MPL-2.0-labelled version).
  - .github/workflows/supervised-fleet-scan.yml restored from origin/main
    (meta's predated the GITHUB_TOKEN/FLEET_SCAN_PAT + HYPATIA_SEVERITY=low
    fixes from cd67367). No meta-only content was lost in this file.

Other GitHub-unique commits verified already present in meta:
  - 7ae485e (panic-attacker docs in finishingbot README) — already in meta.
  - c692816 (M5 CI sweep, SCM bot_directives removal) — SCM files already
    purged in meta per 2026-04-12 A2ML migration; Justfile already imports
    contractile.just.
  - Dependabot rand/tokio bumps (#48/#50/#51/#55/#56) — meta has rand 0.10
    and tokio 1 at-or-above these versions.

After this commit merges, the meta-repo side will remove the absorbed
gitbot-fleet/ directory from its tree and re-add it as a submodule pointing
at the new origin/main HEAD, eliminating the dual-truth situation.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath added a commit that referenced this pull request Apr 19, 2026
Two-way merge resolving the structural drift between hyperpolymath/gitbot-fleet
(this repo) and the content absorbed into /var/mnt/eclipse/repos (the meta-repo
repos-monorepo) at fleet-ecosystem/git-automation-ecosystem/gitbot-fleet/.

The two histories had diverged with no common ancestor. Meta-repo held real
feature work (exclusion registry, SCM->A2ML directive migration, sha2 0.11 +
hmac 0.13 compat fixes, contractile refactors, wave2c sweeps). This repo held
a small set of housekeeping commits (LICENSE update to PMPL-1.0-or-later,
panic-attacker docs, supervised-fleet-scan GITHUB_TOKEN/FLEET_SCAN_PAT fix,
M5 CI sweep, ~7 Dependabot dep bumps) plus an accidentally-committed
BuckleScript build artefact set under bots/sustainabot/bot-integration/lib/bs/
(120 files — .cmi/.cmj/.cmt/.ast/.res.js/bindings/).

Merge resolution:
  - Meta-repo content adopted as base (823 tracked files, cleaner .gitignore
    that correctly excludes the bs/ artefacts).
  - 45 files modified: meta's versions adopted (newer bot feature work,
    newer Cargo.toml/.lock with sha2/hmac bumps, newer directive parsers).
  - 9 files added from meta: exclusion_registry.rs + registry_guard.rs in
    shared-context/ and robot-repo-automaton/, plus 4 flake.lock / Justfile
    files that meta had but this repo didn't.
  - 120 files removed: the accidentally-committed bs/ build artefacts.
  - LICENSE restored from origin/main (PMPL-1.0-or-later per estate rule;
    meta's was an older MPL-2.0-labelled version).
  - .github/workflows/supervised-fleet-scan.yml restored from origin/main
    (meta's predated the GITHUB_TOKEN/FLEET_SCAN_PAT + HYPATIA_SEVERITY=low
    fixes from cd67367). No meta-only content was lost in this file.

Other GitHub-unique commits verified already present in meta:
  - 7ae485e (panic-attacker docs in finishingbot README) — already in meta.
  - c692816 (M5 CI sweep, SCM bot_directives removal) — SCM files already
    purged in meta per 2026-04-12 A2ML migration; Justfile already imports
    contractile.just.
  - Dependabot rand/tokio bumps (#48/#50/#51/#55/#56) — meta has rand 0.10
    and tokio 1 at-or-above these versions.

After this commit merges, the meta-repo side will remove the absorbed
gitbot-fleet/ directory from its tree and re-add it as a submodule pointing
at the new origin/main HEAD, eliminating the dual-truth situation.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Repository owner deleted a comment from chatgpt-codex-connector Bot May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant