mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
Update syn 1.0 => 2.0, and genemichaels => genemichaels-lib=0.7
This commit is contained in:
parent
887aade421
commit
57fac9d194
8 changed files with 533 additions and 166 deletions
|
|
@ -23,8 +23,7 @@ opt-level = 1
|
|||
anyhow = "1.0.65"
|
||||
clap = { version = "4.0.29", features = ["derive"] }
|
||||
ctrlc = "3.2.5"
|
||||
genemichaels = "0.1.21"
|
||||
markdown = { version = "=1.0.0-alpha.14" } # pinning the version to ensure genemichaels builds.
|
||||
genemichaels = { package = "genemichaels-lib", version = "0.7.2" }
|
||||
libloading = "0.8.0"
|
||||
owo-colors = "3.5.0"
|
||||
proc-macro2 = { version = "1.0.48", features = ["span-locations"] }
|
||||
|
|
@ -32,7 +31,7 @@ quote = "1.0.23"
|
|||
rustfix = "0.6.1"
|
||||
serde = { version = "1.0.151", features = ["derive"] }
|
||||
serde_json = "1.0.90"
|
||||
syn = { version = "1.0.101", features = ["full", "visit-mut"] }
|
||||
syn = { version = "2.0.101", features = ["full", "visit-mut"] }
|
||||
tempfile = "3.3.0"
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue