Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- a/Cargo.lock 2+++ b/Cargo.lock 3@@ -2945,9 +2945,9 @@ checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" 4 5 [[package]] 6 name = "libmimalloc-sys" 7-version = "0.1.31" 8+version = "0.1.33" 9 source = "registry+https://github.com/rust-lang/crates.io-index" 10-checksum = "ef2c45001fb108f37d41bed8efd715769acb14674c1ce3e266ef0e317ef5f877" 11+checksum = "f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e" 12 dependencies = [ 13 "cc", 14 "libc", 15@@ -3117,9 +3117,9 @@ dependencies = [ 16 17 [[package]] 18 name = "mimalloc" 19-version = "0.1.35" 20+version = "0.1.37" 21 source = "registry+https://github.com/rust-lang/crates.io-index" 22-checksum = "92666043c712f7f5c756d07443469ddcda6dd971cc15258bb7f3c3216fd1b7aa" 23+checksum = "4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98" 24 dependencies = [ 25 "libmimalloc-sys", 26 ] 27--- a/Cargo.toml 28+++ b/Cargo.toml 29@@ -75,7 +75,7 @@ web-sys = { version = "0.3", features = ["Window", "Location", "Storage"] } 30 31 [target.'cfg(not(target_arch = "wasm32"))'.dependencies] 32 bevy_dylib = "0.9.1" 33-mimalloc = { version = "0.1.32", default-features = false } 34+mimalloc = { version = "0.1.37", default-features = false } 35 # Networking deps 36 ggrs = { version = "0.9.3", features = ["sync-send"] } 37 bitfield = "0.14.0"