Optimized failing nodes banning.

This commit is contained in:
Revertron
2023-01-30 15:19:36 +01:00
parent c199a62a04
commit 17456e7a6c
3 changed files with 20 additions and 20 deletions
Generated
+8 -2
View File
@@ -86,7 +86,7 @@ dependencies = [
name = "alfis"
version = "0.8.4"
dependencies = [
"base64",
"base64 0.20.0",
"bincode",
"blakeout",
"byteorder",
@@ -162,6 +162,12 @@ version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
[[package]]
name = "bincode"
version = "1.3.3"
@@ -1453,7 +1459,7 @@ version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97acb4c28a254fd7a4aeec976c46a7fa404eac4d7c134b30c75144846d7cb8f"
dependencies = [
"base64",
"base64 0.13.1",
"chunked_transfer",
"flate2",
"log",