Skip to content

Commit 2d61209

Browse files
committed
fix(rust): Fix cargo.toml broken after merge
1 parent cc00f14 commit 2d61209

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rust/signed_doc/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ workspace = true
1313
[dependencies]
1414
anyhow = "1.0.95"
1515
serde = { version = "1.0.217", features = ["derive"] }
16-
serde_json = "1.0.134"serde = { version = "1.0.210", features = ["derive"] }
17-
serde_json = "1.0"
16+
serde_json = "1.0.134"
1817
# TODO: Bump this to the latest version and fix the code
1918
jsonschema = "0.18.3"
2019
coset = "0.3.8"

0 commit comments

Comments
 (0)