chore(deps): upgrade eventcore workspace to 1.0.0 #127

Merged
jwilger merged 1 commit from deps/eventcore-1.0.0 into main 2026-06-14 21:53:52 -07:00
Owner

Summary

  • Bumps `eventcore`, `eventcore-fs`, and `eventcore-types` from `0.9.0` → `1.0.0` (first stable release of the eventcore workspace)
  • Runs `cargo update` to pick up patch bumps for `block-buffer`, `cc`, `glob`, `js-sys`, `memchr`, `regex`, `regex-syntax`, `uuid`, `wasip2`, and `wasm-bindgen`
  • No source code changes required — the only breaking change in 1.0.0 (streaming reads for `read_stream`) is internal to the execute pipeline and not called directly by emc, which uses `read_events` from the `EventReader` trait

Test plan

  • `cargo build` — clean
  • `just clippy` — clean
  • `cargo test` — all suites pass

🤖 Generated with Claude Code

## Summary - Bumps \`eventcore\`, \`eventcore-fs\`, and \`eventcore-types\` from \`0.9.0\` → \`1.0.0\` (first stable release of the eventcore workspace) - Runs \`cargo update\` to pick up patch bumps for \`block-buffer\`, \`cc\`, \`glob\`, \`js-sys\`, \`memchr\`, \`regex\`, \`regex-syntax\`, \`uuid\`, \`wasip2\`, and \`wasm-bindgen\` - No source code changes required — the only breaking change in 1.0.0 (streaming reads for \`read_stream\`) is internal to the execute pipeline and not called directly by emc, which uses \`read_events\` from the \`EventReader\` trait ## Test plan - [x] \`cargo build\` — clean - [x] \`just clippy\` — clean - [x] \`cargo test\` — all suites pass 🤖 Generated with [Claude Code](https://claude.com/claude-code)
chore(deps): upgrade eventcore workspace to 1.0.0
All checks were successful
CI / Nix flake check (pull_request) Successful in 3m18s
CI / Request auto_review semantic review (pull_request) Successful in 2s
auto_review auto_review: no findings
CI / Rust CI (pull_request) Successful in 9m20s
b5d48920ce
Bumps eventcore, eventcore-fs, and eventcore-types from 0.9.0 to 1.0.0
(first stable release). No source changes required — the only breaking
change (streaming reads for read_stream) is internal to the execute
pipeline, not called directly by emc.

Also picks up minor patch updates to block-buffer, cc, glob, js-sys,
memchr, regex, regex-syntax, uuid, wasip2, and wasm-bindgen via
cargo update.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
auto-review left a comment

The PR updates the eventcore workspace dependencies to their first stable release (1.0.0) and applies minor patch updates to other dependencies. The changes are limited to Cargo.toml and Cargo.lock, with no source code modifications required. The update appears safe to merge as all tests pass and no breaking changes affect the current usage.

LLM usage and cost

The PR updates the `eventcore` workspace dependencies to their first stable release (1.0.0) and applies minor patch updates to other dependencies. The changes are limited to `Cargo.toml` and `Cargo.lock`, with no source code modifications required. The update appears safe to merge as all tests pass and no breaking changes affect the current usage. ## LLM usage and cost - Reasoning (gpt-4o) in=4274 out=87 cost=$0.022675 - Cheap (gpt-4o-mini) in=578 out=60 cost=$0.000123 Estimated total USD: $0.022798 via https://api.openai.com and https://api.openai.com
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Slipstream/emc!127
No description provided.