Skip to content

Upgrade dependencies: lz4_flex, flatbuffers, and png#11

Merged
kevincarlson merged 2 commits into
mainfrom
claude/wizardly-dirac-nmauqu
Jun 16, 2026
Merged

Upgrade dependencies: lz4_flex, flatbuffers, and png#11
kevincarlson merged 2 commits into
mainfrom
claude/wizardly-dirac-nmauqu

Conversation

@kevincarlson

Copy link
Copy Markdown
Member

Summary

Updates three key dependencies to their latest minor versions to improve compatibility, performance, and feature support across the codebase.

Changes

  • lz4_flex: 0.110.13 — compression library improvements
  • flatbuffers: 2425 — serialization format updates
  • png: 0.170.18 — image codec enhancements

These updates maintain compatibility with existing code while bringing in upstream bug fixes and performance improvements. The lockfile reflects transitive dependency resolution for these upgrades.

Notes

  • No source code changes required; all APIs remain compatible
  • cargo check --workspace passes with updated dependencies

https://claude.ai/code/session_01WHj6B6rtqkgmvKYH7pPpNV

claude and others added 2 commits June 15, 2026 23:16
- lz4_flex 0.11 → 0.13 (iris-ops, iris-pixel tile compression)
- flatbuffers 24.12.23 → 25.12.19 (iris-aif AIF format runtime)
- png 0.17.16 → 0.18.1 (iris-aif PNG encode/decode)

All three are non-breaking upgrades within the same API surface for the
current usage in iris. cargo check --workspace passes clean.

https://claude.ai/code/session_01WHj6B6rtqkgmvKYH7pPpNV
@kevincarlson kevincarlson self-assigned this Jun 16, 2026
@kevincarlson kevincarlson merged commit 04803be into main Jun 16, 2026
1 check passed
@AppThere AppThere locked as resolved and limited conversation to collaborators Jun 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants