Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/Cargo.toml b/Cargo.toml 2index 65be773..3499dee 100644 3--- a/Cargo.toml 4+++ b/Cargo.toml 5@@ -30,7 +30,7 @@ nom = "7.1.3" 6 nom-derive = "0.10.1" 7 prost = "0.11.8" 8 rayon = "1.7.0" 9-rust-lzma = { version = "0.6.0", features = ["static"] } 10+rust-lzma = "0.6.0" 11 sha2 = "0.10.6" 12 sync-unsafe-cell = "0.1.0" 13 tempfile = "3.6.0"