Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/Cargo.toml b/Cargo.toml 2index 6a7b2f610..4cd9a9bc0 100644 3--- a/Cargo.toml 4+++ b/Cargo.toml 5@@ -215,7 +215,7 @@ reqwest = { version = "0.11", default-features = false, features = [ 6 ] } 7 ring = "0.17" 8 rpds = "0.11" 9-rusqlite = { version = "0.28", features = ["bundled"] } 10+rusqlite = { version = "0.28" } 11 rust_eth_kzg = "0.5.4" 12 safe_arith = { path = "consensus/safe_arith" } 13 sensitive_url = { path = "common/sensitive_url" }