Sped up P2P reconnections after sleep. Ensured successfull peer resolution. Updated dependencies.
This commit is contained in:
+4
-4
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "alfis"
|
||||
version = "0.6.10"
|
||||
version = "0.6.11"
|
||||
authors = ["Revertron <alfis@revertron.com>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
@@ -16,12 +16,12 @@ log = "0.4.14"
|
||||
simplelog = "0.11.1"
|
||||
toml = "0.5.8"
|
||||
digest = "0.10.1"
|
||||
sha2 = "0.10.0"
|
||||
sha2 = "0.10.1"
|
||||
ed25519-dalek = "1.0"
|
||||
x25519-dalek = "1.2"
|
||||
ecies-ed25519 = "0.5"
|
||||
chacha20poly1305 = "0.9"
|
||||
signature = "1.3.1"
|
||||
signature = "1.5"
|
||||
blakeout = "0.3.0"
|
||||
num_cpus = "1.13.1"
|
||||
byteorder = "1.4.3"
|
||||
@@ -45,7 +45,7 @@ lazy_static = "1.4.0"
|
||||
|
||||
# Optional dependencies regulated by features
|
||||
web-view = { version = "0.7.3", features = [], optional = true }
|
||||
tinyfiledialogs = { version = "3.8.3", optional = true }
|
||||
tinyfiledialogs = { version = "3.9", optional = true }
|
||||
open = { version = "2.0.2", optional = true }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user