Skip to content

Commit 7875952

Browse files
committed
fix: Specify minimum serde_json version
1 parent 1ee3d8b commit 7875952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ required-features = ["cli", "yaml", "json", "toml", "schema"]
125125
[dependencies]
126126
serde = { version = "1.0.150", features = ["derive"], optional = true }
127127
serde_yaml = { version = "0.8.17", optional = true }
128-
serde_json = { version = "1.0", optional = true }
128+
serde_json = { version = "1.0.85", optional = true }
129129
toml = { version = "0.8", optional = true }
130130
humantime = { version = "2", optional = true }
131131
humantime-serde = { version = "1", optional = true }

0 commit comments

Comments
 (0)