Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 13 lines 483 B view raw
1diff --git a/Cargo.toml b/Cargo.toml 2index b942d1719..da6f245c5 100644 3--- a/Cargo.toml 4+++ b/Cargo.toml 5@@ -148,7 +148,7 @@ regex = "1" 6 reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "stream", "rustls-tls", "native-tls-vendored"] } 7 ring = "0.16" 8 rpds = "0.11" 9-rusqlite = { version = "0.28", features = ["bundled"] } 10+rusqlite = { version = "0.28" } 11 serde = { version = "1", features = ["derive"] } 12 serde_json = "1" 13 serde_repr = "0.1"