Skip to content

chore: Clean up unused dependencies and refactor test manifest#236

Merged
Okm165 merged 2 commits intomainfrom
deps-cleanup
Nov 19, 2025
Merged

chore: Clean up unused dependencies and refactor test manifest#236
Okm165 merged 2 commits intomainfrom
deps-cleanup

Conversation

@Okm165
Copy link
Collaborator

@Okm165 Okm165 commented Nov 15, 2025

This PR performs dependency maintenance to remove unused crates from the workspace and correct the location of a test-only dependencies.

Moves the `test-context` crate from `[dependencies]` to
`[dev-dependencies]` in the `tests` crate, as it is only
used for running tests.
This commit removes several dependencies that are no longer needed:
- Removes `starknet-core` from the `hints` crate.
- Removes `chrono` from the `state_server` crate.
- Removes `urlencoding` (a dev-dependency) from `state_server`.

The `Cargo.lock` file is updated to reflect these removals,
including their transitive dependencies (like `js-sys` and
`wasm-bindgen` from `chrono`).
@Okm165 Okm165 self-assigned this Nov 15, 2025
@Okm165 Okm165 merged commit e006a26 into main Nov 19, 2025
3 of 5 checks passed
@Okm165 Okm165 deleted the deps-cleanup branch November 19, 2025 16:37
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

Comments