Skip to content

Commit

Permalink
Drop unused "ureq" dev-dependency from ruff_cli (#9357)
Browse files Browse the repository at this point in the history
## Summary

The `ureq` dev-dependency in the ruff_cli workspace member is unused.
There are no code references to `ureq` in that crate.

## Test Plan

ruff and its tests continues to compile with the dependency removed. :)
  • Loading branch information
decathorpe committed Jan 2, 2024
1 parent 1f4dc12 commit 0157cdb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/ruff_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ insta = { workspace = true, features = ["filters", "json"] }
insta-cmd = { version = "0.4.0" }
tempfile = "3.8.1"
test-case = { workspace = true }
ureq = { version = "2.9.1", features = [] }

[target.'cfg(target_os = "windows")'.dependencies]
mimalloc = "0.1.39"
Expand Down

0 comments on commit 0157cdb

Please sign in to comment.