X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=05eccea6773d4c37ecaabc2d41a8952882ed404b;hb=21012c40d138dbff7736e4ca19f667cb88a191f1;hp=cab20d7a4db001085233d60c415776c8fa71861b;hpb=c9fd1919a8cf2bf5e9d0d570b99f58d83854f990;p=dnssec-prover diff --git a/Cargo.toml b/Cargo.toml index cab20d7..05eccea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dnssec-prover" -version = "0.5.1" +version = "0.5.3" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://git.bitcoin.ninja/index.cgi?p=dnssec-prover" @@ -34,6 +34,7 @@ base64 = "0.21" rand = { version = "0.8", default-features = false, features = ["getrandom"] } tokio_crate = { package = "tokio", version = "1.0", features = ["rt", "macros", "net", "rt-multi-thread"] } minreq = { version = "2.0" } +serde_json = { version = "1.0", default-features = false, features = ["std"] } [profile.dev] opt-level = 1