Skip to content

Upgrade dependencies#442

Merged
kylewlacy merged 1 commit intomainfrom
upgrade-deps
Mar 20, 2026
Merged

Upgrade dependencies#442
kylewlacy merged 1 commit intomainfrom
upgrade-deps

Conversation

@kylewlacy
Copy link
Copy Markdown
Member

Pretty simple: this PR upgrades all the Rust dependencies. I ran cargo upgrade --incompatible allow, followed by cargo update.

It looks like deno_core moved from https://github.com/denoland/deno_core to https://github.com/denoland/deno since the last release, and in the process started pinning the deno_error dependency to v0.7.1 exactly. Cargo wasn't happy with that since we were using deno_error v0.7.3. I wasn't sure the best way to handle this, so I decided to just lower our version constraint to v0.7.1, but not pinned to an exact version. That way, if deno_core updates to a later v0.7.x release, we should be able to update without any issue.

@kylewlacy kylewlacy merged commit 3fef7e4 into main Mar 20, 2026
10 checks passed
@kylewlacy kylewlacy deleted the upgrade-deps branch March 20, 2026 23:13
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