Enable (minimal) optimization in tests
[dnssec-prover] / Cargo.toml
index 93a9d80a85ed37491e6baed86f93b57a57b60418..9a762deb3f5046e9f32401c0b9779cc2ee20822a 100644 (file)
@@ -22,7 +22,7 @@ build_server = ["tokio", "tokio_crate/rt-multi-thread", "tokio_crate/macros"]
 
 [dependencies]
 ring = { version = "0.17", default-features = false, features = ["alloc"], optional = true }
-bitcoin_hashes = { version = "0.13", default-features = false, optional = true }
+bitcoin_hashes = { version = "0.14", default-features = false, optional = true }
 hex_lit = { version = "0.1", default-features = false, features = ["rust_v_1_46"], optional = true }
 tokio_crate = { package = "tokio", version = "1.0", default-features = false, optional = true }
 
@@ -33,6 +33,9 @@ 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" }
 
+[profile.dev]
+opt-level = 1
+
 [lib]
 name = "dnssec_prover"
 path = "src/lib.rs"