Replace json with serde_json (#92)
This commit is contained in:
+1
-1
@@ -44,7 +44,6 @@ zeroize = { version = "1.5", default-features = false }
|
||||
[dev-dependencies]
|
||||
generic-array = { version = "0.14", features = ["more_lengths"] }
|
||||
hex = "0.4"
|
||||
json = "0.12"
|
||||
p256 = { version = "0.12", default-features = false, features = [
|
||||
"hash2curve",
|
||||
"voprf",
|
||||
@@ -52,6 +51,7 @@ p256 = { version = "0.12", default-features = false, features = [
|
||||
proptest = "1"
|
||||
rand = "0.8"
|
||||
regex = "1"
|
||||
serde_json = "1"
|
||||
sha2 = "0.10"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
||||
Reference in New Issue
Block a user