Skip to content

Commit 59d104f

Browse files
author
Test User
committed
serde_yaml removed (unused)
1 parent 679b2dc commit 59d104f

File tree

4 files changed

+0
-52
lines changed

4 files changed

+0
-52
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ log = "0.4"
3131
env_logger = "0.11"
3232
serde = { version = "1.0", features = ["derive"] }
3333
serde_json = "1.0"
34-
serde_yml = "0.0.12"
3534
pathdiff = "0.2"
3635
termcolor = "1.4"
3736
globset = "0.4.16"

cli/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ anyhow = { workspace = true }
2929
# Serialization
3030
serde = { workspace = true }
3131
serde_json = { workspace = true }
32-
serde_yml = { workspace = true }
3332

3433
# File handling
3534
globset = { workspace = true }

core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ log = { workspace = true }
3232
# Serialization
3333
serde = { workspace = true }
3434
serde_json = { workspace = true }
35-
serde_yml = { workspace = true }
3635

3736
# Performance
3837
rayon = { workspace = true }

0 commit comments

Comments
 (0)