mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:38:25 +00:00
Bump dependencies and move more shared dependencies into workspace (#3340)
This commit is contained in:
parent
f13633cc9f
commit
8828e12283
12 changed files with 158 additions and 122 deletions
|
@ -10,8 +10,8 @@ proc-macro = true
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
glob = "0.3.1"
|
||||
glob = { workspace = true }
|
||||
proc-macro-error = { version = "1.0.4", default-features = false }
|
||||
proc-macro2 = "1.0.36"
|
||||
quote = "1.0.14"
|
||||
syn = "1.0.107"
|
||||
proc-macro2 = { workspace = true }
|
||||
quote = { workspace = true }
|
||||
syn = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue