Skip to content

refactor: update wasmtime dependencies to partially fix FOSSA licence errors#129

Open
ruslanti wants to merge 1 commit intomainfrom
fix/fossa_licenses
Open

refactor: update wasmtime dependencies to partially fix FOSSA licence errors#129
ruslanti wants to merge 1 commit intomainfrom
fix/fossa_licenses

Conversation

@ruslanti
Copy link
Copy Markdown
Collaborator

@ruslanti ruslanti commented May 6, 2026

with explicit features and disable default features

  • Refined wasmtime crate configuration in Cargo.toml to specify explicit features and disable default ones to partially fix FOSSA licence errors

…isable default features

- Refined `wasmtime` crate configuration in `Cargo.toml` to specify explicit features and disable default ones to partially fix FOSSA licence errors
@ruslanti ruslanti self-assigned this May 6, 2026
Copilot AI review requested due to automatic review settings May 6, 2026 13:57
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refines the workspace wasmtime dependency configuration to reduce the dependency surface area (and associated licensing flags) by disabling default features and opting into an explicit feature set, then updates the lockfile accordingly.

Changes:

  • Disable wasmtime default features and enumerate an explicit wasmtime feature set in the workspace dependencies.
  • Regenerate Cargo.lock, reflecting the new resolved dependency graph (notably removing several transitive crates previously pulled in via default features).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
Cargo.toml Disables wasmtime default features and specifies an explicit feature list to better control transitive dependencies for licensing/scanning purposes.
Cargo.lock Updates the resolved dependency graph to match the new wasmtime feature configuration.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants