Optimized p2p communication. Disabled connections from v0.6.*. Updated dependencies.
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "alfis"
|
||||
version = "0.7.5"
|
||||
version = "0.7.6"
|
||||
authors = ["Revertron <alfis@revertron.com>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
@@ -20,7 +20,7 @@ sha2 = "0.10.2"
|
||||
ed25519-dalek = "1.0"
|
||||
x25519-dalek = "1.2"
|
||||
ecies-ed25519 = "0.5"
|
||||
chacha20poly1305 = "0.9"
|
||||
chacha20poly1305 = "0.9.1"
|
||||
signature = "1.5"
|
||||
blakeout = "0.3.0"
|
||||
num_cpus = "1.13.1"
|
||||
@@ -39,7 +39,7 @@ rand-old = { package = "rand", version = "0.7.0" } # For ed25519-dalek
|
||||
sqlite = "0.26.0"
|
||||
uuid = { version = "1.1.2", features = ["serde", "v4"] }
|
||||
mio = { version = "0.8.4", features = ["os-poll", "net"] }
|
||||
ureq = { version = "2.4", optional = true }
|
||||
ureq = { version = "2.5", optional = true }
|
||||
lru = "0.7.7"
|
||||
derive_more = "0.99.17"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user