Some network refactoring, updated dependencies.
This commit is contained in:
+2
-2
@@ -23,7 +23,7 @@ ecies-ed25519 = "0.5"
|
||||
chacha20poly1305 = "0.9"
|
||||
signature = "1.3.1"
|
||||
blakeout = "0.3.0"
|
||||
num_cpus = "1.13.0"
|
||||
num_cpus = "1.13.1"
|
||||
byteorder = "1.4.3"
|
||||
serde = { version = "1.0.132", features = ["derive"] }
|
||||
serde_json = "1.0.73"
|
||||
@@ -38,7 +38,7 @@ rand-old = { package = "rand", version = "0.7.0" } # For ed25519-dalek
|
||||
sqlite = "0.26.0"
|
||||
uuid = { version = "0.8.2", features = ["serde", "v4"] }
|
||||
mio = { version = "0.8.0", features = ["os-poll", "net"] }
|
||||
ureq = { version = "2.3.1", optional = true }
|
||||
ureq = { version = "2.4", optional = true }
|
||||
lru = "0.7.1"
|
||||
derive_more = "0.99.17"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user