no default features for actix-web
Open
- Dominant language
- Rust
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
If/when the actix-web dependency is updated to v3, the dependency in Cargo.toml should ideally be:
```diff
- actix-web = "3.0.2"
+ actix-web = { version = "3.0.2", default-features = false }
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Update the actix-web dependency in Cargo.toml to disable its default features as shown in the issue. Then run the project's existing checks to confirm the dependency change does not break the crate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100