Skip to content

chore(deps): bump tokio from 1.51.0 to 1.51.1 in /bots/seambot#48

Merged
hyperpolymath merged 1 commit into
mainfrom
dependabot/cargo/bots/seambot/tokio-1.51.1
Apr 13, 2026
Merged

chore(deps): bump tokio from 1.51.0 to 1.51.1 in /bots/seambot#48
hyperpolymath merged 1 commit into
mainfrom
dependabot/cargo/bots/seambot/tokio-1.51.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps tokio from 1.51.0 to 1.51.1.

Release notes

Sourced from tokio's releases.

Tokio v1.51.1

1.51.1 (April 8th, 2026)

Fixed

  • sync: fix semaphore reopens after forget (#8021)
  • net: surface errors from SO_ERROR on recv for UDP sockets on Linux (#8001)

Fixed (unstable)

  • metrics: fix worker_local_schedule_count test (#8008)
  • rt: do not leak fd when cancelling io_uring open operation (#7983)

#7983: tokio-rs/tokio#7983 #8001: tokio-rs/tokio#8001 #8008: tokio-rs/tokio#8008 #8021: tokio-rs/tokio#8021

Commits
  • 98df02d chore: prepare Tokio v1.51.1 (#8023)
  • 3ea11e2 sync: fix semaphore reopens after forget (#8021)
  • c791213 rt: do not leak fd when cancelling io_uring open operation (#7983)
  • ad8c59a net: surface errors from SO_ERROR on recv for UDP sockets on Linux (#8001)
  • 654d38b metrics: fix worker_local_schedule_count test (#8008)
  • 857ba80 docs: improve contributing docs on how to specify crates dependency versions ...
  • 95b9342 chore: remove path deps for tokio-macros 2.7.0 (#8007)
  • See full diff in compare view

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.51.0 to 1.51.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.51.0...tokio-1.51.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.51.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 12, 2026
@dependabot dependabot Bot requested a review from hyperpolymath as a code owner April 12, 2026 06:52
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 12, 2026
@hyperpolymath hyperpolymath merged commit 2e0c083 into main Apr 13, 2026
17 of 22 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/cargo/bots/seambot/tokio-1.51.1 branch April 13, 2026 00:25
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>
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