Skip to content

Commit 1e89b39

Browse files
committed
Fix serde_json dep
1 parent a39d83f commit 1e89b39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lazy_static = "1.4.0"
3737
retain_mut = "0.1.5"
3838
# CLI deps
3939
clap = { version = "3.0.6", features = ["derive"], optional = true }
40-
serde_json = { version = "*", optional = true }
40+
serde_json = { version = "1.0.78", optional = true }
4141
pathdiff = { version = "0.2.1", optional = true }
4242

4343
[dev-dependencies]

0 commit comments

Comments
 (0)