Skip to content

Commit 5c0ce89

Browse files
committed
chore(deps): remove unused dependency declarations (bd-e3lv7eg3)
Found via cargo-machete, verified by full cargo xtask verify (native + WASM). 59 redundant declarations removed across 27 crates; pretty_assertions + diff drop from Cargo.lock. Kept link/macro/build deps (openssl-sys vendored, quarto-error-message-macros proc-macro, tokio, sha2 build.rs).
1 parent fbd1388 commit 5c0ce89

29 files changed

Lines changed: 0 additions & 179 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/comrak-to-pandoc/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ hashlink = { version = "0.11.0", features = ["serde_impl"] }
1515

1616
[dev-dependencies]
1717
pampa = { workspace = true }
18-
insta = { workspace = true }
1918
proptest = "1.10"
2019

2120
[lints]

crates/pampa/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ paste = "1.0.15"
6363
once_cell = "1.21.3"
6464
yaml-rust2 = { workspace = true }
6565
hashlink = { version = "0.11.0", features = ["serde_impl"] }
66-
indexmap = "2.13"
6766
quarto-error-message-macros = { path = "../quarto-parse-errors/error-message-macros" }
68-
ariadne = "0.6"
6967
crossterm = { version = "0.29", optional = true }
7068
supports-hyperlinks = { version = "3.2", optional = true }
7169
mlua = { version = "0.11", features = ["lua54", "vendored", "serialize", "async"], optional = true }

crates/quarto-analysis/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ quarto-source-map.workspace = true
1717
quarto-error-reporting.workspace = true
1818

1919
[dev-dependencies]
20-
insta.workspace = true
2120
yaml-rust2.workspace = true
2221

2322
[lints]

crates/quarto-brand/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ serde_yaml = { workspace = true }
1313
thiserror = { workspace = true }
1414

1515
[dev-dependencies]
16-
serde_json = { workspace = true }
1716

1817
[lints]
1918
workspace = true

crates/quarto-citeproc/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ rust-embed = { version = "8", features = ["include-exclude"] }
1717
serde = { workspace = true, features = ["derive"] }
1818
serde_json = { workspace = true }
1919
similar = "3"
20-
thiserror = { workspace = true }
2120

2221
[dev-dependencies]
23-
insta = { workspace = true }
2422

2523
[build-dependencies]
26-
glob = "0.3"
2724

2825
[[bin]]
2926
name = "csl_conformance_report"

0 commit comments

Comments
 (0)