Skip to content

fix: update calamine to 0.34.0 to resolve yanked zip dependency#19

Closed
shumoku88-bit wants to merge 2 commits intofuhan666:mainfrom
shumoku88-bit:fix/update-calamine-dependency
Closed

fix: update calamine to 0.34.0 to resolve yanked zip dependency#19
shumoku88-bit wants to merge 2 commits intofuhan666:mainfrom
shumoku88-bit:fix/update-calamine-dependency

Conversation

@shumoku88-bit
Copy link

Summary

  • calamine 0.27.0 depends on zip ~2.5.0, which has been yanked from crates.io
  • This makes cargo install excel-cli fail with: failed to select a version for the requirement zip = "~2.5.0"
  • Updated calamine from 0.27.0 to 0.34.0, which resolves the issue

Verification

  • cargo build succeeds
  • All 7 tests pass

🤖 Generated with Claude Code

shumoku88-bit and others added 2 commits March 10, 2026 22:17
calamine 0.27.0 depends on zip ~2.5.0, which has been yanked from
crates.io, making the crate impossible to build. Updating to calamine
0.34.0 resolves this issue.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ependency

rust_xlsxwriter 0.86.0 also depends on yanked zip versions,
causing cargo install to fail without --locked.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@shumoku88-bit shumoku88-bit closed this by deleting the head repository Mar 15, 2026
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.

1 participant