Update syn 1.0 => 2.0, and genemichaels => genemichaels-lib=0.7

This commit is contained in:
moxian 2025-04-28 19:12:42 -07:00 committed by nora
parent 887aade421
commit 57fac9d194
8 changed files with 533 additions and 166 deletions

View file

@ -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"] }